473,394 Members | 2,063 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Seeing Website1 in IIS

Hello. With Visual Studio 2002, whenever I created an asp.net
application, a directory (folder) was created under the root directory
in IIS. Why with VS2005 can't I do the same thing?

I am trying to access the site from IIS so that I can go to the ASP.net
configurations and change the default server to SQL Server 2000. (I
want to set up user accounts.) Now I can't.

Also: Have the ASP.net applications disappeared from VS2005? Can we
only design "web sites"?

Thanks.

Jerome

Jul 30 '06 #1
4 958
Jerome,
If you will take the time to download and install the Web Application
Project add-on to VS.NET 2005 and read all the comments and tutorials about
it on Scott Guthrie's blog, this should go a long way toward eliminating the
confusion.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"je************@hotmail.com" wrote:
Hello. With Visual Studio 2002, whenever I created an asp.net
application, a directory (folder) was created under the root directory
in IIS. Why with VS2005 can't I do the same thing?

I am trying to access the site from IIS so that I can go to the ASP.net
configurations and change the default server to SQL Server 2000. (I
want to set up user accounts.) Now I can't.

Also: Have the ASP.net applications disappeared from VS2005? Can we
only design "web sites"?

Thanks.

Jerome

Jul 30 '06 #2
Peter:

Is there a way to quickly set VS.NET 2005 to link to SQL Server 2000
instead of 2005 Express?

Thanks.

Jerome

Peter wrote:
Jerome,
If you will take the time to download and install the Web Application
Project add-on to VS.NET 2005 and read all the comments and tutorials about
it on Scott Guthrie's blog, this should go a long way toward eliminating the
confusion.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"je************@hotmail.com" wrote:
Hello. With Visual Studio 2002, whenever I created an asp.net
application, a directory (folder) was created under the root directory
in IIS. Why with VS2005 can't I do the same thing?

I am trying to access the site from IIS so that I can go to the ASP.net
configurations and change the default server to SQL Server 2000. (I
want to set up user accounts.) Now I can't.

Also: Have the ASP.net applications disappeared from VS2005? Can we
only design "web sites"?

Thanks.

Jerome
Jul 31 '06 #3
I followed the Scott Guthrie's instructions written here:

http://weblogs.asp.net/scottgu/archi...25/423703.aspx

On step 3, below, I start having trouble:

***
Step 3: Point your web.config file at the new SQL Database

ASP.NET 2.0 now supports a new section in your web.config file called
"<connectionStrings>" which (not too surprisingly) are used to
store connection strings. One nice thing from an administration
perspective is that the new ASP.NET Admin MMC Snap-in now provides a
GUI based way to configure and manage these:

***

How do I get to the Admin MMC without IIS? I don't see the option in
the VS GUI.

Thanks.

Jerome
Peter wrote:
Jerome,
If you will take the time to download and install the Web Application
Project add-on to VS.NET 2005 and read all the comments and tutorials about
it on Scott Guthrie's blog, this should go a long way toward eliminating the
confusion.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"je************@hotmail.com" wrote:
Hello. With Visual Studio 2002, whenever I created an asp.net
application, a directory (folder) was created under the root directory
in IIS. Why with VS2005 can't I do the same thing?

I am trying to access the site from IIS so that I can go to the ASP.net
configurations and change the default server to SQL Server 2000. (I
want to set up user accounts.) Now I can't.

Also: Have the ASP.net applications disappeared from VS2005? Can we
only design "web sites"?

Thanks.

Jerome
Jul 31 '06 #4
UPDATE:

I updated the web.config file and everything works fine. However, I
would have liked to have done this directly through the ASP.NET Admin
MMC Snap-in. Does anyone know how to get to this?

Thanks.

Jerome

je************@hotmail.com wrote:
I followed the Scott Guthrie's instructions written here:

http://weblogs.asp.net/scottgu/archi...25/423703.aspx

On step 3, below, I start having trouble:

***
Step 3: Point your web.config file at the new SQL Database

ASP.NET 2.0 now supports a new section in your web.config file called
"<connectionStrings>" which (not too surprisingly) are used to
store connection strings. One nice thing from an administration
perspective is that the new ASP.NET Admin MMC Snap-in now provides a
GUI based way to configure and manage these:

***

How do I get to the Admin MMC without IIS? I don't see the option in
the VS GUI.

Thanks.

Jerome
Peter wrote:
Jerome,
If you will take the time to download and install the Web Application
Project add-on to VS.NET 2005 and read all the comments and tutorials about
it on Scott Guthrie's blog, this should go a long way toward eliminating the
confusion.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"je************@hotmail.com" wrote:
Hello. With Visual Studio 2002, whenever I created an asp.net
application, a directory (folder) was created under the root directory
in IIS. Why with VS2005 can't I do the same thing?
>
I am trying to access the site from IIS so that I can go to the ASP.net
configurations and change the default server to SQL Server 2000. (I
want to set up user accounts.) Now I can't.
>
Also: Have the ASP.net applications disappeared from VS2005? Can we
only design "web sites"?
>
Thanks.
>
Jerome
>
>
Jul 31 '06 #5

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

Similar topics

6
by: Don Bruder | last post by:
First off, I'm a non-Python type person - I prefer a compiled language, when the option is available, with a strong preference for C and/or C++. (Sorry, boyz-n-girlz, I'm not interested in "You...
102
by: me | last post by:
How do I prevent the save/print/email/mypictures toolbar from popping up when IE users place their cursor over photos at my website? Thank you in advance for your help. Signed, me
0
by: Johnny Ruin | last post by:
Hi, Running a trace while operating my application (written in C++ w/SQLDataProvider) I'm seeing all my queries wrapped in SET FMTONLY OFF; SET NO_BROWSETABLE ON;my query here;SET NO_BROWSETABLE...
0
by: arasu | last post by:
Good day. I have created a "data access page". No problem in seeing through my pc's web browser. However, if I wanted to view this data in web (homepage)how to go about it? I tried to view by...
4
by: Trevor Williams | last post by:
I have a split database which has some rudimentary security in place which prevents unauthorised users from double-clicking the data file and seeing anything worthwhile. If they do this a popup...
10
by: perryche | last post by:
Experts, I have the following scenario: Table1: RecordID RecordDate ... I want in a query to show me within this RecordID, only the latest RecordDate and info. I know I can use the Max...
3
by: Steve Atkins | last post by:
Is there any way to look at the database as though you were inside another sessions transaction? I've had two cases recently where this would have been somewhat useful. In one, a select into...
10
by: marss | last post by:
<hr style="height:1px"/does not fit because although a line looks like it has 1 pixel with but there are empty spaces above and below line. It can be seen if place two HR elements beside. <hr...
0
by: franzbrown | last post by:
Most of the threads I am using in my C# application have names (Thread.Name = ). When I am debugging my application within VS 2005, I have a UI to stop my application and the threads it started....
0
by: kannu.valli3 | last post by:
Enjoy seeing with new video pictures http://nagaaraja.blogspots.com\
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.