Saturday, March 31, 2012
Web Server hangs
occur with similar sites created in Notepad. Whilst browsing the site,
occasionally the site hangs completely and the only way to get it going
again is by restarting the web server.
Are there any known problems along these lines that people can point me in
the direction of?
ThanksHi,
From my experience the blame is always on our code. "Debugging tools for
windows" [1] got hang state that dump the running process and let you,
with symbols, find the lines that at least generate the problem.
By the way do you have multi threaded code in your application ?
[1] - http://www.microsoft.com/whdc/ddk/d...ng/default.mspx
Natty Gur[MVP]
blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
web server is not running ASP.net version 1.1
asp.net 1.1 extension. I got an error message while opening ASP.NET
project.Error is :
"visual studio.net has detected that the specified web server is not running
ASP.net version 1.1. You will be unable to run asp.net web applications or
services."
I found a solution for this in 'Missing asp.net 1.1 in web extensions'
questioned by David as
----
1) Open Add/Remove program and uninstall dot net version 1.0.
2) If dot net version 1.0 is not in the list of installed programs, find the
following folder and delete it if found
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
3) run the executable with the following option from command window:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.xxxx\aspne t_regiis.exe -i
Once completed, the problem will no longer occur.
---
I did this.But even i am still getting the same problem.
Can any one tell me how to overcome this problem.One thing I am using 'Win
2000 Prof'
Thanks,
VenkatTry running this tool and use it to set the ASP.NET version?
http://www.denisbauer.com/NETTools/...onSwitcher.aspx
"Venkat" <Venkat@.discussions.microsoft.com> wrote in message
news:6B0474ED-0BC7-44E3-B737-814DF85975A4@.microsoft.com...
>I just installed Visual Studio.Net 2003 and that is supposed to add that
> asp.net 1.1 extension. I got an error message while opening ASP.NET
> project.Error is :
> "visual studio.net has detected that the specified web server is not
> running
> ASP.net version 1.1. You will be unable to run asp.net web applications or
> services."
> I found a solution for this in 'Missing asp.net 1.1 in web extensions'
> questioned by David as
> ----
> 1) Open Add/Remove program and uninstall dot net version 1.0.
> 2) If dot net version 1.0 is not in the list of installed programs, find
> the
> following folder and delete it if found
> C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
> 3) run the executable with the following option from command window:
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.xxxx\aspne t_regiis.exe -i
> Once completed, the problem will no longer occur.
> ---
> I did this.But even i am still getting the same problem.
> Can any one tell me how to overcome this problem.One thing I am using 'Win
> 2000 Prof'
> Thanks,
> Venkat
web server is not running ASP.net version 1.1
asp.net 1.1 extension. I got an error message while opening ASP.NET
project.Error is :
"visual studio.net has detected that the specified web server is not running
ASP.net version 1.1. You will be unable to run asp.net web applications or
services."
I found a solution for this in 'Missing asp.net 1.1 in web extensions'
questioned by David as
--
1) Open Add/Remove program and uninstall dot net version 1.0.
2) If dot net version 1.0 is not in the list of installed programs, find the
following folder and delete it if found
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
3) run the executable with the following option from command window:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.xxxx\aspnet_regiis.exe -i
Once completed, the problem will no longer occur.
--
I did this.But even i am still getting the same problem.
Can any one tell me how to overcome this problem.One thing I am using 'Win
2000 Prof'
Thanks,
VenkatTry running this tool and use it to set the ASP.NET version?
http://www.denisbauer.com/NETTools/...onSwitcher.aspx
"Venkat" <Venkat@.discussions.microsoft.com> wrote in message
news:6B0474ED-0BC7-44E3-B737-814DF85975A4@.microsoft.com...
>I just installed Visual Studio.Net 2003 and that is supposed to add that
> asp.net 1.1 extension. I got an error message while opening ASP.NET
> project.Error is :
> "visual studio.net has detected that the specified web server is not
> running
> ASP.net version 1.1. You will be unable to run asp.net web applications or
> services."
> I found a solution for this in 'Missing asp.net 1.1 in web extensions'
> questioned by David as
> --
> 1) Open Add/Remove program and uninstall dot net version 1.0.
> 2) If dot net version 1.0 is not in the list of installed programs, find
> the
> following folder and delete it if found
> C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
> 3) run the executable with the following option from command window:
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.xxxx\aspnet_regiis.exe -i
> Once completed, the problem will no longer occur.
> --
> I did this.But even i am still getting the same problem.
> Can any one tell me how to overcome this problem.One thing I am using 'Win
> 2000 Prof'
> Thanks,
> Venkat
>
Web server is not running ASP.net version 1.1
Hi!
I have installed Visual studio.net on Windows XP 2002, SP 2. IIS is working properly. But when i press Asp.net web application from the new project menue the following message appears on the window:
visual studio.net has detected that the specified web server is not running ASP.Net version 1.1. You will be unable to run Asp.net web application and services.
I am new user of .Net. Can anybody tell me that why am i facing the above message?
Regards,
Mizi.
Small correction to the above post.. The executable is named aspnet_regiis.exe
web server is not running ASP.NET version 1.1
i have remove IIS and add again to solve a problem. Visual Studio is running
on my computer. but now it give me this problem.
" Visual Studio .Net has detected that the sepicified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.Net Web
applications or services"
how can i solve this.
thankstry this
start - run
c:\windows\microsoft.net\framework\v1.1.4.322\aspn et_regiis.exe -i
"Hunsal" <huseyin_unsal@.yahoo.com> wrote in message
news:uJeRnRpLEHA.1484@.tk2msftngp13.phx.gbl...
> Hi,
> i have remove IIS and add again to solve a problem. Visual Studio is
running
> on my computer. but now it give me this problem.
> " Visual Studio .Net has detected that the sepicified Web server is not
> running ASP.NET version 1.1. You will be unable to run ASP.Net Web
> applications or services"
> how can i solve this.
> thanks
thanks, it works
"Meelis Lilbok" <meelis.lilbok@.deltmar.ee> wrote in message
news:%23vDR4UpLEHA.2976@.TK2MSFTNGP10.phx.gbl...
> try this
> start - run
> c:\windows\microsoft.net\framework\v1.1.4.322\aspn et_regiis.exe -i
>
>
> "Hunsal" <huseyin_unsal@.yahoo.com> wrote in message
> news:uJeRnRpLEHA.1484@.tk2msftngp13.phx.gbl...
>> Hi,
>> i have remove IIS and add again to solve a problem. Visual Studio is
> running
>> on my computer. but now it give me this problem.
>>
>> " Visual Studio .Net has detected that the sepicified Web server is not
>> running ASP.NET version 1.1. You will be unable to run ASP.Net Web
>> applications or services"
>>
>> how can i solve this.
>> thanks
>>
>>
Web server is not running ASP.NET version 1.1?
I am running VS.Net 2003 with IIS 5.1 on a Win2000 Server (sp4) and I get this message when I try to open a project.
"Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services."
I've tried to go through some of the prior threads to find the solution (and have tried running aspnet_regiis.exe -i in the correct directory) but it doesn't seem to work.
Most Microsoft fixes for this seem to be based on IIS 6??
Any help would be greatly appreciated.
Many thanks
VaruniWhat is the output when you try to run "aspnet_regiis /lv" and "aspnet_regiis /lk". Alsothis article might also prove useful.
-Kashif
Kashif,
I am facing the same problem with a different scenario! In our development server, version 1 and 1.1 together worked perfectly until yesterday when I restarted my machine! I am not being able to open ASP.NET 1.1 apps with VS.NET 2003 now. VS.NET claims that the web server is running asp.net 1.0 only (or something like this). I re-scriptmapped the 1.1 app with no luck. Following is the retured error:
"Visual Studio .NET has detected that the web server is running ASP.NET version 1.0. The Web application you are creating or openning can be configured to be compliant with ASP.NET 1.0"
I un-installed and installed the .NET 1.1 Framewok, negative :(
I don't know what else to do! I ran the aspnet_regiis with both params and here what I got(which is absoultely true):
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis /lv
1.0.3705.288 Valid (Root) C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspne
t_isapi.dll
1.1.4322.0 Valid C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspne
t_isapi.dll"
C:\WINNT\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis /lk
W3SVC/ 1.0.3705.288
W3SVC/1/Root/SHUAACapital.Intranet.WebUI/ 1.1.4322.0
Any hints will be appreciated. Thank you.
Cheers,
Kashif,
Never mind. I could solve the problem by reegistering the aspnet_isapi.dll.
regsvr32 c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll
Phew :)
Cheers,
Hi
Thanks for the response. After running "aspnet_regiis/lv" I get
1.1.4322.0 Valid (Root) C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspne
t_isapi.dll
On running "aspnet_regiis/lk" I get
W3SVC/ 1.1.4322.0
Am I having this issue because I havn't upgraded to IIS 6 (Win2003)??
Many thanks
Varuni
Hi Kashif,
Thanks so much...it's fixed and works like a dream. Looks like it was the security policy thing on the link you sent.
Thanks again
Varuni
Thank you so much alzogbi!!
Running the regsvr32 worked perfectly.
Dawn
p.s. you'd think the error message would be a bit clearer. I had no idea how to change my "web server" to run v1.1 vs Visual Studio running v1.1.
Web Server Not Running
I am trying to open the ASP.Net Web Application in Visual Studio .NET and when I do I am getting the error message that states "Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services.
What does that mean & how do I fix it. I would like to attempt to program some websites using ASP.NET, but can't get past this point...
Thank you in advance for any assistance you may provide
Steven M. BrittoSteven M. Britton wrote:
> I am 100% new to this and have had no schooling...
> I am trying to open the ASP.Net Web Application in Visual Studio .NET and when I do I am getting the error message that states "Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services."
> What does that mean & how do I fix it. I would like to attempt to program some websites using ASP.NET, but can't get past this point...
> Thank you in advance for any assistance you may provide.
> Steven M. Britton
Do you have IIS5 or above, and did you install the .NET framework on the
web server (better yet, the Web Applications options)? If not, VS.NET
is saying you can't run ASP.NET.
The latter problem should be an installation option in your VS.NET
setup. Go into the custom setup options (in the installer) and make
sure the web applications is checked to be installed.
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
web server not installed?
I can't start working on asp.net site as it won't even open in Visual Studio.NET 2003. I am getting the following message " Visual Studio.NET cannot create or open the application because no Web server was detected at this URL: http://localhost/WebApplication1 . Make sure your web server is installed and running"
Can anyone explain to me how to solve this problem. Thanks a lot.Did you install IIS on you manche?
No, I have not. I was going to install along with the Windows Server 2003, but that's a little more complicated installation since it's a whole new operating system.
Is there an easier way to install IIS for now? Thanks
Asp.net app. needs to run with IIS installed, if your current OS is Win. 2k pro. or Win. XP pro., you can install the IIS from the system disk.
I am running Windows XP Home Edition. By the way, I am trying to resize my C drive with Partition Magic, so I can add Windows Server 2003. However, the minimum resize is 11 GB. So once I have 2 partitions with 2 OS's, how's that going to affect Windows XP. For example, if on windows start up, I choose to start Windows Server, can I still access the applications and things I have on another partition or I will just have a server on that partition and nothing else. I am asking because my hard drive size is not that large (30 GB) so I would like to know how's that going to affect everything before I make a disc partition. Thanks a lot.
No you will not be able to run apps installed on the XP system when you are booted up in 2003.
A couple ways around this.. multiboot with 2003 AND install VS2003 there - do all work there.
or get rid of XP home altogether and run everything from 2003
or get XP pro and run all from there.
Hope that helps
You need :
1- windows xp professional
or
2- windows 2000/server
3- windows 2003/server
to install IIS, and then work with ASP.NET
regards
All good ideas guys. Thanks.
But let's say I want to get rid of Win XP Home and want to install Win XP Pro. I am guessing all the applications and files are going to naturally be deleted when I take down XP Home. However, what would be the safest way for me to make that OS exchange?
You can do an upgrade from XP home to XP Professional, you wont loose any of your applications, only system files will be upgraded.
regards
Web server not running ASP.NET v1.1
.NET has detected that the specified Web server is not running ASP.NET v1.1
.
You will be unable to run ASP.NET Web applications or services"
Presumably there is a d/l on MSDN to rectify this, but I can't find it. Does
anyone know the URL?
Many thanks.http://support.microsoft.com/defaul...kb;en-us;817267
or
http://support.microsoft.com/defaul...kb;en-us;825792
let us know if these don't do the trick
Jason Brown
Microsoft GTSC, IIS
This posting is provided "AS IS" with no warranties, and confers no
rights.
"Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>I have just moved a project to my laptop and get the message "Visual Studio
>.NET has detected that the specified Web server is not running ASP.NET
>v1.1. You will be unable to run ASP.NET Web applications or services"
> Presumably there is a d/l on MSDN to rectify this, but I can't find it.
> Does anyone know the URL?
> Many thanks.
>
Andrew,
see if
http://support.microsoft.com/defaul...kb;en-us;817267
or
http://www.support.microsoft.com/?s...6351&sid=global
help you.
Juan T. Llibre
===========
"Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>I have just moved a project to my laptop and get the message "Visual Studio
>.NET has detected that the specified Web server is not running ASP.NET
>v1.1. You will be unable to run ASP.NET Web applications or services"
> Presumably there is a d/l on MSDN to rectify this, but I can't find it.
> Does anyone know the URL?
> Many thanks.
>
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?
Thanks,
Andrew
"Jason Brown [MSFT]" <i-brjaso@.online.microsoft.com> wrote in message
news:ecNOTBm3EHA.2572@.TK2MSFTNGP11.phx.gbl...
> http://support.microsoft.com/defaul...kb;en-us;817267
> or
> http://support.microsoft.com/defaul...kb;en-us;825792
>
> let us know if these don't do the trick
> --
> Jason Brown
> Microsoft GTSC, IIS
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
> news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?
Thanks,
Andrew
"Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
news:uWOK1In3EHA.4064@.tk2msftngp13.phx.gbl...
> Andrew,
> see if
> http://support.microsoft.com/defaul...kb;en-us;817267
> or
> [url]http://www.support.microsoft.com/?scid=kb;en-us;886389&spid=6351&sid=global[/url
]
> help you.
>
>
> Juan T. Llibre
> ===========
> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
> news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>
re:
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
Hi, Andrew.
First, let's find out what you are actually running.
Please copy the following into a file named "version.aspx",
and place the file in your wwwroot directory.
version.aspx:
--
<%@. Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.ServerVariables("SERVER_SOFTWARE")
Response.Write("SERVER_SOFTWARE = " & var)
Response.Write("<P>")
Response.Write(System.Environment.Version.ToString())
%>
</body>
</html>
If you placed it in your wwwroot directory,
please run the file by clicking on this link :
http://localhost/version.aspx
Post here the version information which the page writes.
That will tell us what version of ASP.NET you're running.
If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.
If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.
Juan T. Llibre
===========
"Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
news:uV$FXGq3EHA.3368@.TK2MSFTNGP10.phx.gbl...
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
> Thanks,
> Andrew
> "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
> news:uWOK1In3EHA.4064@.tk2msftngp13.phx.gbl...
>
Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that
because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively, and
they don't have a way to manage ISAPI filters like that.
Here's what you should try:
Go to the Framework folder in the Windows\Microsoft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute
that file. It will re-register ASP.NET 1.1 with IIS.
That might solve the problem.
--
Sven.
"Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
news:OqC9JNr3EHA.1596@.tk2msftngp13.phx.gbl...
> re:
> Hi, Andrew.
> First, let's find out what you are actually running.
> Please copy the following into a file named "version.aspx",
> and place the file in your wwwroot directory.
> version.aspx:
> --
> <%@. Page Language="VB" %>
> <html>
> <head>
> </head>
> <body>
> <%
> dim var as string
> var=Request.ServerVariables("SERVER_SOFTWARE")
> Response.Write("SERVER_SOFTWARE = " & var)
> Response.Write("<P>")
> Response.Write(System.Environment.Version.ToString())
> %>
> </body>
> </html>
> --
> If you placed it in your wwwroot directory,
> please run the file by clicking on this link :
> http://localhost/version.aspx
> Post here the version information which the page writes.
> That will tell us what version of ASP.NET you're running.
> If you're running 1.0,
> there's no "Web Extensions" folder in the IIS Manager.
> If you're running 1.1,
> there is a "Web Extensions" folder in the IIS Manager.
>
>
> Juan T. Llibre
> ===========
> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
> news:uV$FXGq3EHA.3368@.TK2MSFTNGP10.phx.gbl...
http://www.support.microsoft.com/?s...6351&sid=global
it.
>
re:
> Hmm, having a Web Service Extensions node (not tab) in the
> IIS Manager is dependent on the OS, not the Framework version.
Aargh! You're right. I should go get some sleep.
re:
> In the 1.1 version folder, there is a file aspnet_regiis.exe.
> Just execute that file. It will re-register ASP.NET 1.1 with IIS
You need the -i parameter if you're running aspnet_regiis.
In a cmd, window, run :
"%windir%\Microsoft.NET\Framework\v.1.1.4322\aspnet_regiis.exe" -i
Just running aspnet_regiis will produce the usage instructions.
Juan T. Llibre
===========
"SA" <informatica@.freemail.nl> wrote in message
news:uPihbRt3EHA.3452@.TK2MSFTNGP14.phx.gbl...
> Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
> dependent on the OS, not the Framework version. In Win 2003, you have that
> because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
> and
> they don't have a way to manage ISAPI filters like that.
> Here's what you should try:
> Go to the Framework folder in the Windows\Microsoft .NET folder.
> In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute
> that file. It will re-register ASP.NET 1.1 with IIS.
> That might solve the problem.
> --
> --
> Sven.
> "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
> news:OqC9JNr3EHA.1596@.tk2msftngp13.phx.gbl...
> [url]http://www.support.microsoft.com/?scid=kb;en-us;886389&spid=6351&sid=global[/url
]
> it.
>
Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
you discover all this stuff?
- Andrew
"SA" <informatica@.freemail.nl> wrote in message
news:uPihbRt3EHA.3452@.TK2MSFTNGP14.phx.gbl...
> Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
> dependent on the OS, not the Framework version. In Win 2003, you have that
> because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
> and
> they don't have a way to manage ISAPI filters like that.
> Here's what you should try:
> Go to the Framework folder in the Windows\Microsoft .NET folder.
> In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute
> that file. It will re-register ASP.NET 1.1 with IIS.
> That might solve the problem.
> --
> --
> Sven.
> "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
> news:OqC9JNr3EHA.1596@.tk2msftngp13.phx.gbl...
> [url]http://www.support.microsoft.com/?scid=kb;en-us;886389&spid=6351&sid=global[/url
]
> it.
>
Andrew:
When you hit your head hard enough often enough, it'll become clear to you
too...
--
Sven.
"Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
news:eiAC25u3EHA.1192@.tk2msftngp13.phx.gbl...
> Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
> you discover all this stuff?
> - Andrew
> "SA" <informatica@.freemail.nl> wrote in message
> news:uPihbRt3EHA.3452@.TK2MSFTNGP14.phx.gbl...
is
that
execute
http://www.support.microsoft.com/?s...6351&sid=global
running
>
Web server not running ASP.NET v1.1
..NET has detected that the specified Web server is not running ASP.NET v1.1.
You will be unable to run ASP.NET Web applications or services"
Presumably there is a d/l on MSDN to rectify this, but I can't find it. Does
anyone know the URL?
Many thanks.http://support.microsoft.com/defaul...kb;en-us;817267
or
http://support.microsoft.com/defaul...kb;en-us;825792
let us know if these don't do the trick
--
Jason Brown
Microsoft GTSC, IIS
This posting is provided "AS IS" with no warranties, and confers no
rights.
"Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>I have just moved a project to my laptop and get the message "Visual Studio
>.NET has detected that the specified Web server is not running ASP.NET
>v1.1. You will be unable to run ASP.NET Web applications or services"
> Presumably there is a d/l on MSDN to rectify this, but I can't find it.
> Does anyone know the URL?
> Many thanks.
Andrew,
see if
http://support.microsoft.com/defaul...kb;en-us;817267
or
http://www.support.microsoft.com/?s...6351&sid=global
help you.
Juan T. Llibre
===========
"Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>I have just moved a project to my laptop and get the message "Visual Studio
>.NET has detected that the specified Web server is not running ASP.NET
>v1.1. You will be unable to run ASP.NET Web applications or services"
> Presumably there is a d/l on MSDN to rectify this, but I can't find it.
> Does anyone know the URL?
> Many thanks.
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?
Thanks,
Andrew
"Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
news:uWOK1In3EHA.4064@.tk2msftngp13.phx.gbl...
> Andrew,
> see if
> http://support.microsoft.com/defaul...kb;en-us;817267
> or
> http://www.support.microsoft.com/?s...6351&sid=global
> help you.
>
>
> Juan T. Llibre
> ===========
> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
> news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>>I have just moved a project to my laptop and get the message "Visual
>>Studio .NET has detected that the specified Web server is not running
>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>>services"
>>
>> Presumably there is a d/l on MSDN to rectify this, but I can't find it.
>> Does anyone know the URL?
>>
>> Many thanks.
>>
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?
Thanks,
Andrew
"Jason Brown [MSFT]" <i-brjaso@.online.microsoft.com> wrote in message
news:ecNOTBm3EHA.2572@.TK2MSFTNGP11.phx.gbl...
> http://support.microsoft.com/defaul...kb;en-us;817267
> or
> http://support.microsoft.com/defaul...kb;en-us;825792
>
> let us know if these don't do the trick
> --
> Jason Brown
> Microsoft GTSC, IIS
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
> news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>>I have just moved a project to my laptop and get the message "Visual
>>Studio .NET has detected that the specified Web server is not running
>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>>services"
>>
>> Presumably there is a d/l on MSDN to rectify this, but I can't find it.
>> Does anyone know the URL?
>>
>> Many thanks.
>>
re:
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
Hi, Andrew.
First, let's find out what you are actually running.
Please copy the following into a file named "version.aspx",
and place the file in your wwwroot directory.
version.aspx:
----
<%@. Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.ServerVariables("SERVER_SOFTWARE")
Response.Write("SERVER_SOFTWARE = " & var)
Response.Write("<P>")
Response.Write(System.Environment.Version.ToString ())
%>
</body>
</html
---
If you placed it in your wwwroot directory,
please run the file by clicking on this link :
http://localhost/version.aspx
Post here the version information which the page writes.
That will tell us what version of ASP.NET you're running.
If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.
If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.
Juan T. Llibre
===========
"Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
news:uV$FXGq3EHA.3368@.TK2MSFTNGP10.phx.gbl...
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
> Thanks,
> Andrew
> "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
> news:uWOK1In3EHA.4064@.tk2msftngp13.phx.gbl...
>> Andrew,
>>
>> see if
>> http://support.microsoft.com/defaul...kb;en-us;817267
>>
>> or
>> http://www.support.microsoft.com/?s...6351&sid=global
>>
>> help you.
>>
>>
>>
>>
>> Juan T. Llibre
>> ===========
>> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
>> news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>>>I have just moved a project to my laptop and get the message "Visual
>>>Studio .NET has detected that the specified Web server is not running
>>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>>>services"
>>>
>>> Presumably there is a d/l on MSDN to rectify this, but I can't find it.
>>> Does anyone know the URL?
>>>
>>> Many thanks.
>>>
>>
>>
Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that
because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively, and
they don't have a way to manage ISAPI filters like that.
Here's what you should try:
Go to the Framework folder in the Windows\Microsoft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute
that file. It will re-register ASP.NET 1.1 with IIS.
That might solve the problem.
--
--
Sven.
"Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
news:OqC9JNr3EHA.1596@.tk2msftngp13.phx.gbl...
> re:
> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
> > Extensions" tab. What do I need to install?
> Hi, Andrew.
> First, let's find out what you are actually running.
> Please copy the following into a file named "version.aspx",
> and place the file in your wwwroot directory.
> version.aspx:
> ----
> <%@. Page Language="VB" %>
> <html>
> <head>
> </head>
> <body>
> <%
> dim var as string
> var=Request.ServerVariables("SERVER_SOFTWARE")
> Response.Write("SERVER_SOFTWARE = " & var)
> Response.Write("<P>")
> Response.Write(System.Environment.Version.ToString ())
> %>
> </body>
> </html>
> ---
> If you placed it in your wwwroot directory,
> please run the file by clicking on this link :
> http://localhost/version.aspx
> Post here the version information which the page writes.
> That will tell us what version of ASP.NET you're running.
> If you're running 1.0,
> there's no "Web Extensions" folder in the IIS Manager.
> If you're running 1.1,
> there is a "Web Extensions" folder in the IIS Manager.
>
>
> Juan T. Llibre
> ===========
> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
> news:uV$FXGq3EHA.3368@.TK2MSFTNGP10.phx.gbl...
> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
> > Extensions" tab. What do I need to install?
> > Thanks,
> > Andrew
> > "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
> > news:uWOK1In3EHA.4064@.tk2msftngp13.phx.gbl...
> >> Andrew,
> >>
> >> see if
> >> http://support.microsoft.com/defaul...kb;en-us;817267
> >>
> >> or
> >>
http://www.support.microsoft.com/?s...6351&sid=global
> >>
> >> help you.
> >>
> >>
> >>
> >>
> >> Juan T. Llibre
> >> ===========
> >> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
> >> news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
> >>>I have just moved a project to my laptop and get the message "Visual
> >>>Studio .NET has detected that the specified Web server is not running
> >>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
> >>>services"
> >>>
> >>> Presumably there is a d/l on MSDN to rectify this, but I can't find
it.
> >>> Does anyone know the URL?
> >>>
> >>> Many thanks.
> >>>
> >>
> >>
re:
> Hmm, having a Web Service Extensions node (not tab) in the
> IIS Manager is dependent on the OS, not the Framework version.
Aargh! You're right. I should go get some sleep.
re:
> In the 1.1 version folder, there is a file aspnet_regiis.exe.
> Just execute that file. It will re-register ASP.NET 1.1 with IIS
You need the -i parameter if you're running aspnet_regiis.
In a cmd, window, run :
"%windir%\Microsoft.NET\Framework\v.1.1.4322\aspnet _regiis.exe" -i
Just running aspnet_regiis will produce the usage instructions.
Juan T. Llibre
===========
"SA" <informatica@.freemail.nl> wrote in message
news:uPihbRt3EHA.3452@.TK2MSFTNGP14.phx.gbl...
> Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
> dependent on the OS, not the Framework version. In Win 2003, you have that
> because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
> and
> they don't have a way to manage ISAPI filters like that.
> Here's what you should try:
> Go to the Framework folder in the Windows\Microsoft .NET folder.
> In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute
> that file. It will re-register ASP.NET 1.1 with IIS.
> That might solve the problem.
> --
> --
> Sven.
> "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
> news:OqC9JNr3EHA.1596@.tk2msftngp13.phx.gbl...
>> re:
>> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
>> > Extensions" tab. What do I need to install?
>>
>> Hi, Andrew.
>>
>> First, let's find out what you are actually running.
>>
>> Please copy the following into a file named "version.aspx",
>> and place the file in your wwwroot directory.
>>
>> version.aspx:
>> ----
>>
>> <%@. Page Language="VB" %>
>> <html>
>> <head>
>> </head>
>> <body>
>> <%
>> dim var as string
>> var=Request.ServerVariables("SERVER_SOFTWARE")
>> Response.Write("SERVER_SOFTWARE = " & var)
>> Response.Write("<P>")
>> Response.Write(System.Environment.Version.ToString ())
>> %>
>> </body>
>> </html>
>>
>> ---
>>
>> If you placed it in your wwwroot directory,
>> please run the file by clicking on this link :
>>
>> http://localhost/version.aspx
>>
>> Post here the version information which the page writes.
>>
>> That will tell us what version of ASP.NET you're running.
>>
>> If you're running 1.0,
>> there's no "Web Extensions" folder in the IIS Manager.
>>
>> If you're running 1.1,
>> there is a "Web Extensions" folder in the IIS Manager.
>>
>>
>>
>>
>> Juan T. Llibre
>> ===========
>> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
>> news:uV$FXGq3EHA.3368@.TK2MSFTNGP10.phx.gbl...
>> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
>> > Extensions" tab. What do I need to install?
>>> > Thanks,
>>> > Andrew
>> > "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
>> > news:uWOK1In3EHA.4064@.tk2msftngp13.phx.gbl...
>> >> Andrew,
>> >>
>> >> see if
>> >> http://support.microsoft.com/defaul...kb;en-us;817267
>> >>
>> >> or
>> >>
> http://www.support.microsoft.com/?s...6351&sid=global
>> >>
>> >> help you.
>> >>
>> >>
>> >>
>> >>
>> >> Juan T. Llibre
>> >> ===========
>> >> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
>> >> news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>> >>>I have just moved a project to my laptop and get the message "Visual
>> >>>Studio .NET has detected that the specified Web server is not running
>> >>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>> >>>services"
>> >>>
>> >>> Presumably there is a d/l on MSDN to rectify this, but I can't find
> it.
>> >>> Does anyone know the URL?
>> >>>
>> >>> Many thanks.
>> >>>
>> >>
>> >>
>>>>
>>
Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
you discover all this stuff?
- Andrew
"SA" <informatica@.freemail.nl> wrote in message
news:uPihbRt3EHA.3452@.TK2MSFTNGP14.phx.gbl...
> Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
> dependent on the OS, not the Framework version. In Win 2003, you have that
> because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
> and
> they don't have a way to manage ISAPI filters like that.
> Here's what you should try:
> Go to the Framework folder in the Windows\Microsoft .NET folder.
> In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute
> that file. It will re-register ASP.NET 1.1 with IIS.
> That might solve the problem.
> --
> --
> Sven.
> "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
> news:OqC9JNr3EHA.1596@.tk2msftngp13.phx.gbl...
>> re:
>> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
>> > Extensions" tab. What do I need to install?
>>
>> Hi, Andrew.
>>
>> First, let's find out what you are actually running.
>>
>> Please copy the following into a file named "version.aspx",
>> and place the file in your wwwroot directory.
>>
>> version.aspx:
>> ----
>>
>> <%@. Page Language="VB" %>
>> <html>
>> <head>
>> </head>
>> <body>
>> <%
>> dim var as string
>> var=Request.ServerVariables("SERVER_SOFTWARE")
>> Response.Write("SERVER_SOFTWARE = " & var)
>> Response.Write("<P>")
>> Response.Write(System.Environment.Version.ToString ())
>> %>
>> </body>
>> </html>
>>
>> ---
>>
>> If you placed it in your wwwroot directory,
>> please run the file by clicking on this link :
>>
>> http://localhost/version.aspx
>>
>> Post here the version information which the page writes.
>>
>> That will tell us what version of ASP.NET you're running.
>>
>> If you're running 1.0,
>> there's no "Web Extensions" folder in the IIS Manager.
>>
>> If you're running 1.1,
>> there is a "Web Extensions" folder in the IIS Manager.
>>
>>
>>
>>
>> Juan T. Llibre
>> ===========
>> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
>> news:uV$FXGq3EHA.3368@.TK2MSFTNGP10.phx.gbl...
>> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
>> > Extensions" tab. What do I need to install?
>>> > Thanks,
>>> > Andrew
>> > "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
>> > news:uWOK1In3EHA.4064@.tk2msftngp13.phx.gbl...
>> >> Andrew,
>> >>
>> >> see if
>> >> http://support.microsoft.com/defaul...kb;en-us;817267
>> >>
>> >> or
>> >>
> http://www.support.microsoft.com/?s...6351&sid=global
>> >>
>> >> help you.
>> >>
>> >>
>> >>
>> >>
>> >> Juan T. Llibre
>> >> ===========
>> >> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
>> >> news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
>> >>>I have just moved a project to my laptop and get the message "Visual
>> >>>Studio .NET has detected that the specified Web server is not running
>> >>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>> >>>services"
>> >>>
>> >>> Presumably there is a d/l on MSDN to rectify this, but I can't find
> it.
>> >>> Does anyone know the URL?
>> >>>
>> >>> Many thanks.
>> >>>
>> >>
>> >>
>>>>
>>
Andrew:
When you hit your head hard enough often enough, it'll become clear to you
too...
--
--
Sven.
"Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
news:eiAC25u3EHA.1192@.tk2msftngp13.phx.gbl...
> Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
> you discover all this stuff?
> - Andrew
> "SA" <informatica@.freemail.nl> wrote in message
> news:uPihbRt3EHA.3452@.TK2MSFTNGP14.phx.gbl...
> > Hmm, having a Web Service Extensions node (not tab) in the IIS Manager
is
> > dependent on the OS, not the Framework version. In Win 2003, you have
that
> > because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
> > and
> > they don't have a way to manage ISAPI filters like that.
> > Here's what you should try:
> > Go to the Framework folder in the Windows\Microsoft .NET folder.
> > In the 1.1 version folder, there is a file aspnet_regiis.exe. Just
execute
> > that file. It will re-register ASP.NET 1.1 with IIS.
> > That might solve the problem.
> > --
> > --
> > Sven.
> > "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
> > news:OqC9JNr3EHA.1596@.tk2msftngp13.phx.gbl...
> >> re:
> >> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
> >> > Extensions" tab. What do I need to install?
> >>
> >> Hi, Andrew.
> >>
> >> First, let's find out what you are actually running.
> >>
> >> Please copy the following into a file named "version.aspx",
> >> and place the file in your wwwroot directory.
> >>
> >> version.aspx:
> >> ----
> >>
> >> <%@. Page Language="VB" %>
> >> <html>
> >> <head>
> >> </head>
> >> <body>
> >> <%
> >> dim var as string
> >> var=Request.ServerVariables("SERVER_SOFTWARE")
> >> Response.Write("SERVER_SOFTWARE = " & var)
> >> Response.Write("<P>")
> >> Response.Write(System.Environment.Version.ToString ())
> >> %>
> >> </body>
> >> </html>
> >>
> >> ---
> >>
> >> If you placed it in your wwwroot directory,
> >> please run the file by clicking on this link :
> >>
> >> http://localhost/version.aspx
> >>
> >> Post here the version information which the page writes.
> >>
> >> That will tell us what version of ASP.NET you're running.
> >>
> >> If you're running 1.0,
> >> there's no "Web Extensions" folder in the IIS Manager.
> >>
> >> If you're running 1.1,
> >> there is a "Web Extensions" folder in the IIS Manager.
> >>
> >>
> >>
> >>
> >> Juan T. Llibre
> >> ===========
> >> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
> >> news:uV$FXGq3EHA.3368@.TK2MSFTNGP10.phx.gbl...
> >> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
> >> > Extensions" tab. What do I need to install?
> >> >> > Thanks,
> >> >> > Andrew
> >> > "Juan T. Llibre [MVP]" <nomailreplies@.nowhere.com> wrote in message
> >> > news:uWOK1In3EHA.4064@.tk2msftngp13.phx.gbl...
> >> >> Andrew,
> >> >>
> >> >> see if
> >> >> http://support.microsoft.com/defaul...kb;en-us;817267
> >> >>
> >> >> or
> >> >>
http://www.support.microsoft.com/?s...6351&sid=global
> >> >>
> >> >> help you.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Juan T. Llibre
> >> >> ===========
> >> >> "Andrew Chalk" <achalk@.XXXmagnacartasoftware.com> wrote in message
> >> >> news:eJ1Plul3EHA.2012@.TK2MSFTNGP15.phx.gbl...
> >> >>>I have just moved a project to my laptop and get the message "Visual
> >> >>>Studio .NET has detected that the specified Web server is not
running
> >> >>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
> >> >>>services"
> >> >>>
> >> >>> Presumably there is a d/l on MSDN to rectify this, but I can't find
> > it.
> >> >>> Does anyone know the URL?
> >> >>>
> >> >>> Many thanks.
> >> >>>
> >> >>
> >> >>
> >> >> >>
> >>
Web Server not running ASP .NET version 1.1 Error while publishin
I am getting Error " Visual studio .NET has detected that the specified
web server is not runnin ASP.NET 1.1"
When i am trying to publish the web site on the Testing server from my
development server using Copy Project, i get this Error.
Interestingly, i did publish my web site sucessfully couple of time
earlier, but noe not able to publish it.
Both my Development & Testing webserver has same version & nothing have
changed on them excpet few installation on my local computer, but ther
version of .NEt are still the same.
any ideas, what is , wrong, how does it determine which version the server
is running & what is the fix.this is a known bug when defaultredirect is specified in web.config
http://www.kbalertz.com/kb_825792.aspx
Regards,
Hermit Dave (D'way)
http://hdave.blogspot.com
"N S S" <sidhu@.newsgroups.nospam> wrote in message
news:C4943981-E361-40A6-AA4B-45E18A2A1C9A@.microsoft.com...
> Hi
> I am getting Error " Visual studio .NET has detected that the specified
> web server is not runnin ASP.NET 1.1"
> When i am trying to publish the web site on the Testing server from my
> development server using Copy Project, i get this Error.
> Interestingly, i did publish my web site sucessfully couple of time
> earlier, but noe not able to publish it.
> Both my Development & Testing webserver has same version & nothing have
> changed on them excpet few installation on my local computer, but ther
> version of .NEt are still the same.
> any ideas, what is , wrong, how does it determine which version the
server
> is running & what is the fix.
Web Server not running ASP .NET version 1.1 Error while publishin
I am getting Error " Visual studio .NET has detected that the specified
web server is not runnin ASP.NET 1.1"
When i am trying to publish the web site on the Testing server from my
development server using Copy Project, i get this Error.
Interestingly, i did publish my web site sucessfully couple of time
earlier, but noe not able to publish it.
Both my Development & Testing webserver has same version & nothing have
changed on them excpet few installation on my local computer, but ther
version of .NEt are still the same.
any ideas, what is , wrong, how does it determine which version the server
is running & what is the fix.this is a known bug when defaultredirect is specified in web.config
http://www.kbalertz.com/kb_825792.aspx
--
Regards,
Hermit Dave (D'way)
http://hdave.blogspot.com
"N S S" <sidhu@.newsgroups.nospam> wrote in message
news:C4943981-E361-40A6-AA4B-45E18A2A1C9A@.microsoft.com...
> Hi
> I am getting Error " Visual studio .NET has detected that the specified
> web server is not runnin ASP.NET 1.1"
> When i am trying to publish the web site on the Testing server from my
> development server using Copy Project, i get this Error.
> Interestingly, i did publish my web site sucessfully couple of time
> earlier, but noe not able to publish it.
> Both my Development & Testing webserver has same version & nothing have
> changed on them excpet few installation on my local computer, but ther
> version of .NEt are still the same.
> any ideas, what is , wrong, how does it determine which version the
server
> is running & what is the fix.
Wednesday, March 28, 2012
Web server not running ASP.NET version 1.1 *RESOLVED*
Visual Studio .NET has detected that the specified web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services.
IIS 5.1 is installed on my local machine and so is VS.NET 2003.
I am running XP Pro.
When I go into control panel->Add or Remove programms I can see Microsoft .NET Framework 1.1 there in the list.
Do any of you have any ideas.Don't Panic!!!!
I managed to fix it.
I pressed the Help button and the answer was there.
Web Server Upgrade
I installed Visual Studio .NET 2003 and I updated my Windows.
When I tried to open a new project I get an error pop-up saying "Visual Studio .NET 2003 has detected that the specified Web Server is not running ASP.NET v1.1"..
What should I do ?
Do I have to upgrade my web server ?.If so how ?
VarunI had the exact same problem when I started with this. It took a while, but I finally found a place that told me how to fix this. So, I'll be nice and tell you right here:
Admistrative Tool -> Internet Information Services
open local computer then web sites then right click on default web site and select properties
Under the Home Directory tab at the bottom there is a button called Configuration (click that)
The path should be:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
not:
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll
if any of them are the second path, change it to the first one.
If that first path is not there, then you don't have the v1.1 framework installed (but I doubt that)
Hope that helps.
--Bryan
Thanks a lot for the reply.
But when I opened IIS I saw a strange thing !.
Under the default web site I am not able to find any .aspx files.
But I have installed Visual Studio.NET (as I checked for the file "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
It is there)
.But IIS does not show any .aspx files' presence at all.
Do you think that my IIS is not properly configured or what do I have to do ?
Varun
Ok, that happened to me as well. You need to install the .NET Framework AFTER IIS. So this just means you need to run the install file for .NET framework again. This will configure IIS to work correctly.
Here is a link:
http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe
--Bryan
Web servere not running ASP.NET 1.1
error that my Web Server isn't running the correct version of ASP.NET.
Just installed. Is it possible my MSDN subscription came with incompatable
applications?
Any Ideas...
ThanksOpen the Visual Studio Command Prompt (Microsoft Visual Studio .NET 2003->
Visual Studio .NET Tools -> Visual Studio .NET 2003 Command Prompt)
type in: aspnet_regiis -ua
hit enter
type in: aspnet_regiis -i
More on aspnet_regiis:
http://msdn.microsoft.com/library/d...se
xe.asp
"TJ" <no@.not.now> wrote in message
news:OE2Mv6tOEHA.1644@.TK2MSFTNGP09.phx.gbl...
> Just installed Studio and tried to create a new ASP Project and I get the
> error that my Web Server isn't running the correct version of ASP.NET.
> Just installed. Is it possible my MSDN subscription came with
incompatable
> applications?
> Any Ideas...
> Thanks
>
Thank you...
"Andy Gaskell" <pubb AT hotmail DOT com> wrote in message
news:%23A$ABLuOEHA.3088@.TK2MSFTNGP09.phx.gbl...
> Open the Visual Studio Command Prompt (Microsoft Visual Studio .NET 2003->
> Visual Studio .NET Tools -> Visual Studio .NET 2003 Command Prompt)
> type in: aspnet_regiis -ua
> hit enter
> type in: aspnet_regiis -i
> More on aspnet_regiis:
>
http://msdn.microsoft.com/library/d...t_regiisexe.asp
>
> "TJ" <no@.not.now> wrote in message
> news:OE2Mv6tOEHA.1644@.TK2MSFTNGP09.phx.gbl...
the
> incompatable
>
Web servere not running ASP.NET 1.1
error that my Web Server isn't running the correct version of ASP.NET.
Just installed. Is it possible my MSDN subscription came with incompatable
applications?
Any Ideas...
ThanksOpen the Visual Studio Command Prompt (Microsoft Visual Studio .NET 2003->
Visual Studio .NET Tools -> Visual Studio .NET 2003 Command Prompt)
type in: aspnet_regiis -ua
hit enter
type in: aspnet_regiis -i
More on aspnet_regiis:
http://msdn.microsoft.com/library/d...t_regiisexe.asp
"TJ" <no@.not.now> wrote in message
news:OE2Mv6tOEHA.1644@.TK2MSFTNGP09.phx.gbl...
> Just installed Studio and tried to create a new ASP Project and I get the
> error that my Web Server isn't running the correct version of ASP.NET.
> Just installed. Is it possible my MSDN subscription came with
incompatable
> applications?
> Any Ideas...
> Thanks
Thank you...
"Andy Gaskell" <pubb AT hotmail DOT com> wrote in message
news:%23A$ABLuOEHA.3088@.TK2MSFTNGP09.phx.gbl...
> Open the Visual Studio Command Prompt (Microsoft Visual Studio .NET 2003->
> Visual Studio .NET Tools -> Visual Studio .NET 2003 Command Prompt)
> type in: aspnet_regiis -ua
> hit enter
> type in: aspnet_regiis -i
> More on aspnet_regiis:
http://msdn.microsoft.com/library/d...t_regiisexe.asp
>
> "TJ" <no@.not.now> wrote in message
> news:OE2Mv6tOEHA.1644@.TK2MSFTNGP09.phx.gbl...
> > Just installed Studio and tried to create a new ASP Project and I get
the
> > error that my Web Server isn't running the correct version of ASP.NET.
> > Just installed. Is it possible my MSDN subscription came with
> incompatable
> > applications?
> > Any Ideas...
> > Thanks
Web Service (Dynamic URL)
Is there a way to connect to a Web Service dynamically at runtime (Web
Reference URL)? I have always used Visual Studio to create a Web Reference
and then used it in my code. However, that always requires the URL to the
Web Service to be the same on the staging site and the production site. Now
I have two instances of the same application running (Staging site and
Production) and want to store the URL in a file instead. Is there a way to
do this?
ex. Web.Config AppSetting <add key="WebServiceURL"
Value=http://...webserv.asmx
Thank you
Maz.You can dynamically set the URI of a web service using web.config but you
need to edit the proxy class to do it. You can get to the proxy class
through the object browser (or you can open it directly by navigating through
the web references folder structure). Once in the proxy class, just look for
the URI and replace it with a read from your web.config.
One drawback to this is that if you need to regenerate your proxy class,
you'll need to update the URI again.
HTH
--
http://www.davefancher.com
Maziar Aflatoun wrote:
> Hi,
> Is there a way to connect to a Web Service dynamically at runtime (Web
> Reference URL)? I have always used Visual Studio to create a Web Reference
> and then used it in my code. However, that always requires the URL to the
> Web Service to be the same on the staging site and the production site. Now
> I have two instances of the same application running (Staging site and
> Production) and want to store the URL in a file instead. Is there a way to
> do this?
> ex. Web.Config AppSetting <add key="WebServiceURL"
> Value=http://...webserv.asmx>
> Thank you
> Maz.
I just have a web.config setting (in appSettings) like this:
<add key="MyApp.localhost.MyService"
value="http://10.10.10.1/VirDir/MyService.asmx"/
I have a Web Reference to my service on localhost that I use for testing
and development. If I want to point to somewhere else this entry
redirects to another location without having to modify anything else.
HTH!
Matt
Saturday, March 24, 2012
Web Service giving The data at the root level is invalid error
file from a vendor we are using, and it worked exactly like it should. I
depoloyed it to our server, created a project calling the webservice with
the sample.xml file, and again it worked. Now the vendor is calling the web
service from their application and receiving the following error, and stating
that there is something with the Web Service or the SOAP Client on my end
that is expecting the data differently then what it is :
?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Server was unable to process request. --The data at the root
level is invalid. Line 1, position 1.</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
Any suggestions?"jmgro" <jmgro@.discussions.microsoft.comwrote in message
news:79C7CF1C-7888-4EBD-B508-57ADE1F47799@.microsoft.com...
Quote:
Originally Posted by
>I created a web service in visual studio 2003, tested it with a sample.xml
file from a vendor we are using, and it worked exactly like it should. I
depoloyed it to our server, created a project calling the webservice with
the sample.xml file, and again it worked. Now the vendor is calling the
web
service from their application and receiving the following error, and
stating
that there is something with the Web Service or the SOAP Client on my end
that is expecting the data differently then what it is :
>
?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Server was unable to process request. --The data at the
root
level is invalid. Line 1, position 1.</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
>
>
Any suggestions?
Line 1, position 1 is the first character of the data. I suspect they aren't
sending any data, or are sending it in the wrong XML namespace.
You should use your favorite network monitoring tool to see the exchange
between the client and server, then look at it and see how it differs from
your expectations.
--
John Saunders [MVP]
They state that something in my environment is stripping the xml, so that is
why I am receiving it incorrectly. My web service is running on Windows
Server 2003, my IIS version is 6.0.
"John Saunders [MVP]" wrote:
Quote:
Originally Posted by
"jmgro" <jmgro@.discussions.microsoft.comwrote in message
news:79C7CF1C-7888-4EBD-B508-57ADE1F47799@.microsoft.com...
Quote:
Originally Posted by
I created a web service in visual studio 2003, tested it with a sample.xml
file from a vendor we are using, and it worked exactly like it should. I
depoloyed it to our server, created a project calling the webservice with
the sample.xml file, and again it worked. Now the vendor is calling the
web
service from their application and receiving the following error, and
stating
that there is something with the Web Service or the SOAP Client on my end
that is expecting the data differently then what it is :
?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Server was unable to process request. --The data at the
root
level is invalid. Line 1, position 1.</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
Any suggestions?
>
Line 1, position 1 is the first character of the data. I suspect they aren't
sending any data, or are sending it in the wrong XML namespace.
>
You should use your favorite network monitoring tool to see the exchange
between the client and server, then look at it and see how it differs from
your expectations.
--
John Saunders [MVP]
>
>
>
Web Service giving The data at the root level is invalid error
file from a vendor we are using, and it worked exactly like it should. I
depoloyed it to our server, created a project calling the webservice with
the sample.xml file, and again it worked. Now the vendor is calling the web
service from their application and receiving the following error, and statin
g
that there is something with the Web Service or the SOAP Client on my end
that is expecting the data differently then what it is :
?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Server was unable to process request. --> The data at the root
level is invalid. Line 1, position 1.</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
Any suggestions?"jmgro" <jmgro@.discussions.microsoft.com> wrote in message
news:79C7CF1C-7888-4EBD-B508-57ADE1F47799@.microsoft.com...
>I created a web service in visual studio 2003, tested it with a sample.xml
> file from a vendor we are using, and it worked exactly like it should. I
> depoloyed it to our server, created a project calling the webservice with
> the sample.xml file, and again it worked. Now the vendor is calling the
> web
> service from their application and receiving the following error, and
> stating
> that there is something with the Web Service or the SOAP Client on my end
> that is expecting the data differently then what it is :
> ?xml version="1.0" encoding="utf-8"?>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> <soap:Body>
> <soap:Fault>
> <faultcode>soap:Server</faultcode>
> <faultstring>Server was unable to process request. --> The data at the
> root
> level is invalid. Line 1, position 1.</faultstring>
> <detail />
> </soap:Fault>
> </soap:Body>
> </soap:Envelope>
>
> Any suggestions?
Line 1, position 1 is the first character of the data. I suspect they aren't
sending any data, or are sending it in the wrong XML namespace.
You should use your favorite network monitoring tool to see the exchange
between the client and server, then look at it and see how it differs from
your expectations.
--
John Saunders [MVP]
They state that something in my environment is stripping the xml, so that is
why I am receiving it incorrectly. My web service is running on Windows
Server 2003, my IIS version is 6.0.
"John Saunders [MVP]" wrote:
> "jmgro" <jmgro@.discussions.microsoft.com> wrote in message
> news:79C7CF1C-7888-4EBD-B508-57ADE1F47799@.microsoft.com...
> Line 1, position 1 is the first character of the data. I suspect they aren
't
> sending any data, or are sending it in the wrong XML namespace.
> You should use your favorite network monitoring tool to see the exchange
> between the client and server, then look at it and see how it differs from
> your expectations.
> --
> John Saunders [MVP]
>
>
Thursday, March 22, 2012
Web Service template on Visual studio 2005
I've installed Visual Studio 2005 on a XP machine with IIS and Asp.Net
installed. I don't have the "Web service" template when I create a new
project.
Any hint ?
RegardsAre you looking for the template in the right place ?
"File", "New Project" ( or Ctrl-Shift-N ), Visual Basic, Web, "ASP.NET Web Service Application".
or
"File", "New Project" ( or Ctrl-Shift-N ), Visual C#, Web, "ASP.NET Web Service Application"
or
"File", "New Project" ( or Ctrl-Shift-N ), Visual C++, CLR, "ASP.NET Web Service"
?
If not, try to reset your default project settings :
"Tools", "Import and Export Settings", select "Reset all settings",
save your current settings, and select "Web Development settings".
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"Oriane" <oriane@.guermantes.frwrote in message
news:0F7D3D07-F354-450E-8EF7-B0243C5A10E8@.microsoft.com...
Quote:
Originally Posted by
Hi there,
>
I've installed Visual Studio 2005 on a XP machine with IIS and Asp.Net installed. I don't have the
"Web service" template when I create a new project.
>
Any hint ?
>
Regards
Hi Juan,
"Juan T. Llibre" <nomailreplies@.nowhere.coma crit dans le message de
news:eZn1W9asHHA.3556@.TK2MSFTNGP05.phx.gbl...
Quote:
Originally Posted by
Are you looking for the template in the right place ?
Yes
Quote:
Originally Posted by
If not, try to reset your default project settings :
No change...
I think I have to install the SP1...
Thanks
Salut Oriane,
Oriane wrote:
Quote:
Originally Posted by
Hi Juan,
>
"Juan T. Llibre" <nomailreplies@.nowhere.coma crit dans le message de
news:eZn1W9asHHA.3556@.TK2MSFTNGP05.phx.gbl...
Quote:
Originally Posted by
>Are you looking for the template in the right place ?
Yes
Quote:
Originally Posted by
>If not, try to reset your default project settings :
No change...
I think I have to install the SP1...
>
Thanks
By default, VS2005 comes without Web Application project, which would
contain the "new project / web service" option. In VS2005 default
installation, you must choose the "New website" option instead.
Since this is a pain, you have two choices: Install SP1 (recommended),
or if you really don't want or cannot install SP1, you can install the
Web Application Project add-on, available at
http://webproject.scottgu.com/
Note that if you choose to install SP1 at a later point, you must remove
the Web Application Project add-on first.
HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch