473,805 Members | 2,143 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Manually Configure site for ASP .NET 2

Hi

I am using Visual Studio 2005 on windows XP professional (with IIS).

Following the walkthrough provided by help "creating web page for mobile
devices" , I have created a website , but as soon as I carry out the last
step in creating the website , as the website is being loaded in the IDE , I
get error message "Configurin g web site http//localhost/DeviceWalkthrou gh
to ASP .NET 2.0 failed. You may need to manually configure this site for ASP
..NET 2.0 in order for you site to run correctly ".

Could you please tell me how can I manually configure the site ???
Thank you.
Aug 22 '06 #1
5 6982
Hi Gol,

To set a site to use ASP.NET 2.0, right click on your web
application/virtual directory and select properties. From there, under the
ASP.NET-tab, select "ASP.NET version: 2.0.50727".

If the ASP.NET tab isn't there, you need to install ASP.NET. Run
"aspnet_regiis. exe -i" from a command window. (The .exe is located in
C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 ).

Good luck!

Regards,
Nils Magnus
"Gol Yass" <go********@yah oo.comwrote in message
news:ec******** *@news-dxb.emirates.ne t.ae...
Hi

I am using Visual Studio 2005 on windows XP professional (with IIS).

Following the walkthrough provided by help "creating web page for mobile
devices" , I have created a website , but as soon as I carry out the last
step in creating the website , as the website is being loaded in the IDE ,
I
get error message "Configurin g web site http//localhost/DeviceWalkthrou gh
to ASP .NET 2.0 failed. You may need to manually configure this site for
ASP
.NET 2.0 in order for you site to run correctly ".

Could you please tell me how can I manually configure the site ???
Thank you.


Aug 22 '06 #2
Thank you very much ! I ran aspnet_regiis and it solved the problem :)
"Nils Magnus" <nm**@nmee.netw rote in message
news:OZ******** ********@TK2MSF TNGP04.phx.gbl. ..
Hi Gol,

To set a site to use ASP.NET 2.0, right click on your web
application/virtual directory and select properties. From there, under the
ASP.NET-tab, select "ASP.NET version: 2.0.50727".

If the ASP.NET tab isn't there, you need to install ASP.NET. Run
"aspnet_regiis. exe -i" from a command window. (The .exe is located in
C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 ).

Good luck!

Regards,
Nils Magnus
"Gol Yass" <go********@yah oo.comwrote in message
news:ec******** *@news-dxb.emirates.ne t.ae...
>Hi

I am using Visual Studio 2005 on windows XP professional (with IIS).

Following the walkthrough provided by help "creating web page for mobile
devices" , I have created a website , but as soon as I carry out the last
step in creating the website , as the website is being loaded in the IDE
, I
get error message "Configurin g web site
http//localhost/DeviceWalkthrou gh
to ASP .NET 2.0 failed. You may need to manually configure this site for
ASP
.NET 2.0 in order for you site to run correctly ".

Could you please tell me how can I manually configure the site ???
Thank you.



Aug 23 '06 #3
i am not able to configure http://localhost:8090/MyWeb to ASP.NET 2

From http://www.google.co.in/search?hl=en...NET+2.0?&meta=

Posted via DevelopmentNow. com Groups
http://www.developmentnow.com
May 9 '07 #4
How did you try to configure it ?

Did you create a "web site" ?
( not an application, but a *web site* which is pointed to port 8090 ? )

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"srinivas rao nandikanti" <sr*******@redi ffmail.comwrote in message
news:cb******** *************** ***********@dev elopmentnow.com ...
>i am not able to configure http://localhost:8090/MyWeb to ASP.NET 2

From
http://www.google.co.in/search?hl=en...NET+2.0?&meta=

Posted via DevelopmentNow. com Groups
http://www.developmentnow.com

May 9 '07 #5
Hello srinivas,

Moreover, what do u want to configurate?
Have u read this http://blogs.msdn.com/david.wang/arc...e-by-Side.aspx
?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

sri am not able to configure http://localhost:8090/MyWeb to ASP.NET 2
sr>
srFrom
srhttp://www.google.co.in/search?hl=en...+configure+web
sr+site+http://localhost/---+to+ASP.NET+2.0?&meta=
sr>
srPosted via DevelopmentNow. com Groups
srhttp://www.developmentnow.com
May 9 '07 #6

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

Similar topics

2
282
by: Jerry Sacks | last post by:
I Purchased Visual Studio .Net Enterprise Architect I Have Installed it on my Window 2000 computer with a FAT32 file system. Service Pack 4 installed. However in installing IIS I have been unable manually configure FPSE. The instructions are clear To manually configure FrontPage Server Extension on Windows 2000 1. On the Start menu, choose Settings, and then Control
0
2283
by: Ken Wigle | last post by:
All, I am trying to add some .net applications I wrote to a virtual directory underneath the sharepoint services web site. I am having some problems and wondering if a) this is possible and/or recommended and b) if there is another way. I want to add the projects under the sharepoint site as I want authentication but do not want my users to have to login everytime they access a net app from within the sharepoint site. Ideally, they...
0
1620
by: Peter D. Dunlap | last post by:
I have a number of web sites on my 2003 server, each of the independent sites (i.e., not subdirectories of the localhost site). The way I have always set these up in the past is: 1. Create a directory "MySiteName" and a subdirectory "Site". 2. Share the "Site" subdirectory is "MySiteNameSite$", and give the local administrators group full access to the share. (The login I run under is a member of that group.)
14
3064
by: david | last post by:
I have developed web forms including login by using ASP.NET via HTTP. Now I want to secure the connection from client to the server via HTTPS. How can I configure the server or something else to make the change? Thank you David
6
8110
by: Mr Flibble | last post by:
Hi all, I've decided to use log4net for my logging/tracing. In the example on the site it shows using main() to setup the root logger and then using the LogManager within your classes to create more loggers (subloggers). This is nice since I can use just one configuration file to control the behaviour of all the loggers within my app. This is great if I'm using a project that contains all my classes but what happens if my class is in...
4
5775
by: tommaso.gastaldi | last post by:
If one does not configure a virtual dir as an IIS application, he/she receives the common error: ---------------------------------------- Server Error in '/' Application. .... This error can be caused by a virtual directory not being configured as an application in IIS. ---------------------------------------- Assume that I have a remote site: http://Mysite/MyApps/MyAppDir
6
2403
by: cazconv2007 | last post by:
Hi im a beginner in this so sorry. i download php using the installer where they asked if i wanted them to configure apache i clicked yes then got error saying i had to manually configure apache. can someone help or give me a website to download apache on a installer. Thanx for ur help
8
1807
by: Paul W Smith | last post by:
I currently have a web site at www.middlesexccl.com I am also developing a new version of the web site using ASP.NET. I would like to give certain people access to this for evaluation purposes, so I thought I would create a directory called NewSite and copy the new files there. My problem is when I use www.middlesexccl.com/NewSite/LeagueTables.aspx I get an error message - Server Error in '/' Application. I have done as
0
1050
by: =?Utf-8?B?cm9kY2hhcg==?= | last post by:
hey all, i'm manually adding my items to my dropdownlist that will filter the gridview under it. i go thru the Configure Data Source Wizard on the gridview in which i specify the dropdownlist control value to be the filter in my WHERE clause. it works fine except i don't know how to get the NULL records to show up. is it possible to specify a NULL item when manually adding items to my dropdownlist?
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10368
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10107
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4327
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3846
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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

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