473,383 Members | 1,980 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,383 software developers and data experts.

Visual Studio 2005 asks me to convert to a website when it is a webapplication

lds
I have Visual Studio 2005 Professional Edition installed with Service
Pack 1. I have several solutions and projects that I have migrated
from Visual Studio 2003 to 2005. In most cases the changes I had to
make were small and when the web projects were converted it told me
to
select convert to web application, which I have done.

This one application that I have migrated asks me to convert to a
"web
site project" every time I open the solution. The application was
built using Visual Studio 2003 and uses the same layout as all of the
other applcations that we have developed. Each time I open the
solution, I get the warning to convert to web site so I right click
on
the web project, choose "convert to web application" and save the
solution (because I want it to remain in the same format) hoping that
it will stop asking me to convert to a web site. But as I mentioned
before everytime I open the solution it asks me again.
Any ideas on what I should do to get it to accept it as a web
application?

Jun 27 '08 #1
1 1587
I would wack the .sln and .proj files and create a website. Do the extra
work for now and go with the flow here. One thing Vista does well for
example (the only thing really as I've sadly discovered) is enable us to run
IIS7 which enables multiple websites on a single machine.

I now simply add an entry for 127.0.0.l and a website name into the hosts
file and load my websites in a browser on demand [1]. I keep my naming
simple as the names I use to design and develop the website are not needed
once a website is deployed but still remain functional and a fast way to
keep running the same "solution" on my development machine. As I code I
simply reload the page in the browser or let the page do a PostBack. Poof!
Instant efficiency.

This works so much better for me than the crippled and buggy development
server built into Visual Studio and is the only reason I would recommend
anybody begin using Vista to run IIS7.

[1] example of using hosts file
127.0.0.1 localhost # default
127.0.0.1 css1 # Nested MasterPage templates

// request in browser on local development machine resolved by IIS7:
http://css1

Poof! Instant efficiency.
"lds" <li**********@gnb.cawrote in message
news:f7**********************************@m44g2000 hsc.googlegroups.com...
>I have Visual Studio 2005 Professional Edition installed with Service
Pack 1. I have several solutions and projects that I have migrated
from Visual Studio 2003 to 2005. In most cases the changes I had to
make were small and when the web projects were converted it told me
to
select convert to web application, which I have done.

This one application that I have migrated asks me to convert to a
"web
site project" every time I open the solution. The application was
built using Visual Studio 2003 and uses the same layout as all of the
other applcations that we have developed. Each time I open the
solution, I get the warning to convert to web site so I right click
on
the web project, choose "convert to web application" and save the
solution (because I want it to remain in the same format) hoping that
it will stop asking me to convert to a web site. But as I mentioned
before everytime I open the solution it asks me again.
Any ideas on what I should do to get it to accept it as a web
application?
Jun 27 '08 #2

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

Similar topics

2
by: Matt Hawley | last post by:
This was something lacking in VS.NET 2002 & 2003, and luckily has made its way into Whidbey previews. Unfortunately, you're going to have to write code until VS.NET 2005 is released next year. ...
8
by: William LaMartin | last post by:
I just received my Visual Studio upgrade to 2005 and tried to create a new web site via File | New Web Site with location http. Unfortunately I received the following error: "Visual Web...
54
by: m.roello | last post by:
In the book: "Working with Microsoft Visual Studio 2005" Craig Skibo wrote: "The power of Visual Studio 2005 lies in its ability to empower users to build, test, and debug powerful applications...
12
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/...
3
by: DBLWizard | last post by:
Howdy All, Is it possible to have Visual Studio 2005 create a project form an existing hosted website? In other words I want to be able connect via ftp to my website structure and have it pull...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
1
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies...
1
by: cnixuser | last post by:
Hello, I am having a problem that I believe is related to the way a stream reader object looks for a text file by default. What I am doing is using a StreamReader object to read the text of a text...
1
by: Puja Patel | last post by:
hi all, am not sure if this is the right place for this post. I created a website on .net framework 2.0 using visual studio 2005 and web service software factory. I created all my business...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.