Web Service

G

Guest

wheneve i open ASP.Net Webservice template it gives me error message that
V.S. has ditected that the specified Web server is not running ASP.NET
version 1.1 you will be unable to run ASP.NET Web Applications or servies. so
that i again installed IIS and DotNet Famework but it again gives me same
Error.so what can i do fot it.
 
G

Guest

Open a command prompt and run one of the following:

Version 1.1 (Visual Studio .NET 2003)
---------------------------------------------
%WINDIR%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

Version 2.0 (Visual Studio 2005)
-------------------------------------
%WINDIR%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top