Showing posts with label message. Show all posts
Showing posts with label message. Show all posts

Saturday, March 31, 2012

Web Server Error

Hi
Just installed .net and when I open up a project. I get a message which says that "The specified sever is not running .net version 1.1. I wont be able to compile the projects". I checked add/remove programms , I have 1.1 framework installed. Whats Iam missing here.
Thankstry running aspnet_regiis.exe from the .NET framework's folder (under c:\winnt\ i believe)
it resides at:
%systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe

To map a specific application to ASP.NET v1.1:
%systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe –s W3SVC/1/ROOT/<applicationdir
Here's a link for more information:
http://www.asp.net/faq/SideBySide.aspx#2

Ciao
Chadwick

web server is not running ASP.net version 1.1

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,
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

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,
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 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 installed?

Hi everyone,

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

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.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

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.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.
> >> >>>
> >> >>
> >> >>
> >> >> >>
> >>

Monday, March 26, 2012

Web service client side proxy class problem

I'm implementing a file upload application using DIME over a web service. When I attempt to attach the file to the message, I receive a 'RequestSoapContext' is not a member of WebServiceObject' error.
I have found examples and solutions to this, but all that I have found need to modify the proxy class generated in VS.NET. The problem I have is I can't find the proxy class to modify it. I am using VS.NET 2005 August CTP.
Thanks

Hello.

I must warn you that I haven't played much with web services.

is the consumer an asp.net app? if it is, then if i'm not mistaken, when you add a reference to the web service, you'll get the wsdl file inside the app_webreferences folder which will be compiled into a dll. so, if you need to have the classe so that you can change (by using inheritance, for instance), you can allways use the wsdl tool to generate the cs file (command prompt). then just add the cs file to the app_code folder to use it from the pages.

Monday, March 12, 2012

Web Services error

I have a Web Service that works fine on my local machine, but when I move
the folder to my live site, I get the error:

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.

Source Error:

Line 43: by Microsoft that offers a single logon and core profile
services for member sites.
Line 44: -->
Line 45: <authentication mode="Windows" />
Line 46:

Thanks,

Tom"tshad" <tscheiderich@.ftsolutions.com> wrote in
news:eQe$jGxrFHA.1172@.TK2MSFTNGP11.phx.gbl:

> I have a Web Service that works fine on my local machine, but when I
> move the folder to my live site, I get the error:
> Parser Error Message: It is an error to use a section registered as
> allowDefinition='MachineToApplication' beyond application level. This
> error can be caused by a virtual directory not being configured as an
> application in IIS.

Did you set the directory as an application in IIS?

--
Lucas Tam (REMOVEnntp@.rogers.com)
Please delete "REMOVE" from the e-mail address when replying.

Newmarket Volvo Sucks! http://newmarketvolvo.tripod.com
Hi, try to configure the folder as an application by right clicking on the
folder on IIS, selecting properties and clicking on Create under application
name.

--Lorenc.

"tshad" wrote:

> I have a Web Service that works fine on my local machine, but when I move
> the folder to my live site, I get the error:
> Parser Error Message: It is an error to use a section registered as
> allowDefinition='MachineToApplication' beyond application level. This error
> can be caused by a virtual directory not being configured as an application
> in IIS.
> Source Error:
>
> Line 43: by Microsoft that offers a single logon and core profile
> services for member sites.
> Line 44: -->
> Line 45: <authentication mode="Windows" />
> Line 46:
>
> Thanks,
> Tom
>
"Lorenc" <Lorenc@.discussions.microsoft.com> wrote in message
news:12014450-0F55-401F-AA55-9EEBA973CABD@.microsoft.com...
> Hi, try to configure the folder as an application by right clicking on the
> folder on IIS, selecting properties and clicking on Create under
> application
> name.

I can't do that as it is inside a folder that is already defined as an
application. I don't think I can define a folder as an application and then
define a folder inside of it also an application (can I?).

I did try that and then other errors dealing with the Web.Config file.

Here is a question.

If I am not going to open up my web services to the public, should I put the
Web Services folder in WWWRoot or my Applications folder (which is under
WWWRoot - as I don't have a Default WebSite).

Tom.

> --Lorenc.
> "tshad" wrote:
>> I have a Web Service that works fine on my local machine, but when I move
>> the folder to my live site, I get the error:
>>
>> Parser Error Message: It is an error to use a section registered as
>> allowDefinition='MachineToApplication' beyond application level. This
>> error
>> can be caused by a virtual directory not being configured as an
>> application
>> in IIS.
>>
>> Source Error:
>>
>>
>> Line 43: by Microsoft that offers a single logon and core
>> profile
>> services for member sites.
>> Line 44: -->
>> Line 45: <authentication mode="Windows" />
>> Line 46:
>>
>>
>> Thanks,
>>
>> Tom
>>
>>
>

Web Services error

I have a Web Service that works fine on my local machine, but when I move
the folder to my live site, I get the error:
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.
Source Error:
Line 43: by Microsoft that offers a single logon and core profile
services for member sites.
Line 44: -->
Line 45: <authentication mode="Windows" />
Line 46:
Thanks,
Tom"tshad" <tscheiderich@.ftsolutions.com> wrote in
news:eQe$jGxrFHA.1172@.TK2MSFTNGP11.phx.gbl:

> I have a Web Service that works fine on my local machine, but when I
> move the folder to my live site, I get the error:
> Parser Error Message: It is an error to use a section registered as
> allowDefinition='MachineToApplication' beyond application level. This
> error can be caused by a virtual directory not being configured as an
> application in IIS.
Did you set the directory as an application in IIS?
Lucas Tam (REMOVEnntp@.rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
Newmarket Volvo Sucks! http://newmarketvolvo.tripod.com
Hi, try to configure the folder as an application by right clicking on the
folder on IIS, selecting properties and clicking on Create under application
name.
--Lorenc.
"tshad" wrote:

> I have a Web Service that works fine on my local machine, but when I move
> the folder to my live site, I get the error:
> Parser Error Message: It is an error to use a section registered as
> allowDefinition='MachineToApplication' beyond application level. This erro
r
> can be caused by a virtual directory not being configured as an applicatio
n
> in IIS.
> Source Error:
>
> Line 43: by Microsoft that offers a single logon and core profi
le
> services for member sites.
> Line 44: -->
> Line 45: <authentication mode="Windows" />
> Line 46:
>
> Thanks,
> Tom
>
>
"Lorenc" <Lorenc@.discussions.microsoft.com> wrote in message
news:12014450-0F55-401F-AA55-9EEBA973CABD@.microsoft.com...
> Hi, try to configure the folder as an application by right clicking on the
> folder on IIS, selecting properties and clicking on Create under
> application
> name.
I can't do that as it is inside a folder that is already defined as an
application. I don't think I can define a folder as an application and then
define a folder inside of it also an application (can I?).
I did try that and then other errors dealing with the Web.Config file.
Here is a question.
If I am not going to open up my web services to the public, should I put the
Web Services folder in WWWRoot or my Applications folder (which is under
WWWRoot - as I don't have a Default WebSite).
Tom.
> --Lorenc.
> "tshad" wrote:
>