473,503 Members | 12,103 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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


Jul 19 '05 #1
1 1771
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

Jul 19 '05 #2

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

Similar topics

1
2655
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...
1
2492
by: Astra | last post by:
Hi All Could you please let me know how my ASP page can insert 1 row of data containing line breaks into a MySQL DB. To explain, I'm using ASP Classic > MyODBC 3.5x (Win) > MySQL 4 (Win) and...
6
62954
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...
1
346
by: ChrisC | last post by:
Im having trouble removing line breaks from my c# string. Actually, im having trouble getting .Trim() to work properly, as it seems to count a string that has nowt but a break of some sort as not...
10
12303
by: Evie | last post by:
I understand that when a switch statement is used without breaks, the code continues executing even after a matching case is found. Why, though, are subsequent cases not evaluated? I wrote a...
5
16825
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...
8
2480
by: Harris Kosmidis | last post by:
It seems I cannot understand CSS, well. I have donw the following page: http://www.pennias.gr/home.php It's in greek but the context is of no importance. I used a big table to put in my page...
28
5319
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
17930
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...
1
1930
by: =?ISO-8859-1?Q?thib=B4?= | last post by:
Hi, Taking a closer look to highlight_file() lastly, I found out that its line break policy was a bit.. strange. <?php # highlight_file() line breaks test $f = fopen('highlight_file_test',...
0
7364
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7017
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7470
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4696
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3186
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
751
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
405
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.