473,379 Members | 1,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

W2K SP4 breaks no-touch deployment

Thanks, John. Here is the article:

http://support.microsoft.com/default.aspx?scid=kb;[LN];821546

I tried the suggestions from this article but still the same problem.
No-touch deployment works on Win2K SP3 but keep getting page not found if
the web server has Win2K Pro SP4.

Sean K.

"John Saunders" <jo***********@surfcontrol.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Sean,

If I were you, I'd look for the KB article describing the changes in SP4. I don't recall the KB#, unfortunately. I'd then look for descriptions of
security changes.

You also might try to change the subject of your post to something more like "W2K SP4 Broke My Code". I almost didn't read your original post simply
because I happen to know that zero touch deployment does work.
--
John Saunders
Internet Engineer
jo***********@surfcontrol.com

"Sean Kessinger" <sk********@superiorautomation.com> wrote in message
news:Ok**************@TK2MSFTNGP12.phx.gbl...
John,

thanks a lot for your insight; I tested on another box, Win2K Pro SP3,

and
it works fine. So something has changed in SP4 or otherwise some setting
that I have changed. Anyone have any suggestions as to what settings I

need
to check for? I compared the settings on both machines and they appear to be the same. Anyone else have it running OK on SP4?

Thanks,

Sean K.
"John Saunders" <jo***********@surfcontrol.com> wrote in message
news:uM**************@TK2MSFTNGP09.phx.gbl...
"Sean Kessinger" <sk********@superiorautomation.com> wrote in message
news:Ow*************@TK2MSFTNGP10.phx.gbl...
...
> So, does someone know why it works on my Win2k server box and not on

my > Win2k Pro box? Does the security or other settings have to be tweaked? > What is the procedure?

It's possible that you need to change settings. SP4 is known to have
tightened security - and therefore broken things.
--
John Saunders
Internet Engineer
jo***********@surfcontrol.com




Hello,

I am trying out the procedure below to create a .NET Zero deployment app
from this article:
(http://msdn.microsoft.com/msdnmag/is...tSmartClients/)

<<Using the New Project dialog, choose either a C# or a Basic Windows
application and call it DeploymentFun.

Drag and drop some controls from the toolbox, but before going too far,
compile your application.

In the shell explorer, navigate to your DeploymentFun\bin folder,
right-click on the Debug folder, and choose Properties.

Choose Web Sharing and turn it on, using DeploymentFun as the name of the
share.

Now surf to your Windows Forms app using Start | Run and the following URL:
http://localhost/DeploymentFun/DeploymentFun.exe.>>

I am creating the DeploymentFun app as suggested with VB.NET but keep
getting page cannot be found when I try to execute as the URL above; the exe
runs fine if I just double-click on it in Explorer or in the virtual
directory from within Internet Services Manager. The exe is nothing but a
hello world app, a single form, that's it.

I am using VS .NET Version 2002 on Windows 2000 Professional SP4.

Thanks,

Sean K


Nov 19 '05 #1
1 1101
I am still waiting for an answer ....

Thanks,

Sean

"Sean Kessinger" <sk********@superiorautomation.com> wrote in message
news:OP***************@tk2msftngp13.phx.gbl...
Thanks, John. Here is the article:

http://support.microsoft.com/default.aspx?scid=kb;[LN];821546

I tried the suggestions from this article but still the same problem.
No-touch deployment works on Win2K SP3 but keep getting page not found if
the web server has Win2K Pro SP4.

Sean K.

"John Saunders" <jo***********@surfcontrol.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Sean,

If I were you, I'd look for the KB article describing the changes in SP4.
I
don't recall the KB#, unfortunately. I'd then look for descriptions of
security changes.

You also might try to change the subject of your post to something more like
"W2K SP4 Broke My Code". I almost didn't read your original post simply
because I happen to know that zero touch deployment does work.
--
John Saunders
Internet Engineer
jo***********@surfcontrol.com

"Sean Kessinger" <sk********@superiorautomation.com> wrote in message
news:Ok**************@TK2MSFTNGP12.phx.gbl...
John,

thanks a lot for your insight; I tested on another box, Win2K Pro SP3,
and
it works fine. So something has changed in SP4 or otherwise some setting that I have changed. Anyone have any suggestions as to what settings
I need
to check for? I compared the settings on both machines and they
appear to be the same. Anyone else have it running OK on SP4?

Thanks,

Sean K.
"John Saunders" <jo***********@surfcontrol.com> wrote in message
news:uM**************@TK2MSFTNGP09.phx.gbl...
> "Sean Kessinger" <sk********@superiorautomation.com> wrote in
message > news:Ow*************@TK2MSFTNGP10.phx.gbl...
> ...
> > So, does someone know why it works on my Win2k server box and not

on my
> > Win2k Pro box? Does the security or other settings have to be

tweaked?
> > What is the procedure?
>
> It's possible that you need to change settings. SP4 is known to have
> tightened security - and therefore broken things.
> --
> John Saunders
> Internet Engineer
> jo***********@surfcontrol.com
>
>



Hello,

I am trying out the procedure below to create a .NET Zero deployment app
from this article:
(http://msdn.microsoft.com/msdnmag/is...tSmartClients/)

<<Using the New Project dialog, choose either a C# or a Basic Windows
application and call it DeploymentFun.

Drag and drop some controls from the toolbox, but before going too far,
compile your application.

In the shell explorer, navigate to your DeploymentFun\bin folder,
right-click on the Debug folder, and choose Properties.

Choose Web Sharing and turn it on, using DeploymentFun as the name of the
share.

Now surf to your Windows Forms app using Start | Run and the following

URL: http://localhost/DeploymentFun/DeploymentFun.exe.>>

I am creating the DeploymentFun app as suggested with VB.NET but keep
getting page cannot be found when I try to execute as the URL above; the exe runs fine if I just double-click on it in Explorer or in the virtual
directory from within Internet Services Manager. The exe is nothing but a
hello world app, a single form, that's it.

I am using VS .NET Version 2002 on Windows 2000 Professional SP4.

Thanks,

Sean K

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bill | last post by:
I am downloading data from a website that displays it in a table $fp = fopen("a website page", 'r'); The following accesses the stream one <td> element at a time $myData = fgets($fp); Then I...
6
by: Jonathan | last post by:
I want to save textarea contents to a mysql database with the paragraph breaks intact without having to type paragraph or break tags in HTML. How can I do that. So far, although it occurs naturally...
5
by: joelbyrd | last post by:
Didn't know exactly where to post this, but: How do I get line breaks in a textarea? I'm pulling text from a database, and this text definately has line breaks in it, because I replaced all the...
28
by: Kent Feiler | last post by:
1. Here's some html from a W3C recommendations page. <P>aaaaaaaaa<DIV>bbbbbbbbb</DIV><DIV>cccccccc<P>dddddddd</DIV> 2.Although I didn't think it would make any difference, I tried it with the...
14
by: ghostwalker | last post by:
Hi I have an HTML form with a textarea on it. When submitted (using 'get' not 'post') this forms action php file simply does this to retrieve the values: $message = $_GET; Now it all works...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.