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

ASP.NET using Visual Studio.NET

How do i get my ASP.NET Web Application to work on my MS Server 2003 on the
internet? Step by step please.

I have created and built a simple calendar app that works locally, but not
when i publish it to the website. All files are in the website's SubWeb,
including the Bin folder with the dll.

I know i am missing something simple but i cannot find any documentation
telling me to do anything mroe that i have not already done.

Thanks in advance for your help.
Feb 6 '07 #1
6 1343
First, did you enable ASP.NET 2.0 on the 2003 server ?
Open the IIS Manager, scroll down on the left to the "Web Service Extensions" folder,
then highlight the ASP.NET version or versions that you want to enable on the
right-hand panel and click the "Allow" button.

That will allow the execution of ASP.NET pages.

Second, did you create a virtual directory for your "SubWeb" ?


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:VV******************@newssvr12.news.prodigy.n et...
How do i get my ASP.NET Web Application to work on my MS Server 2003 on the internet? Step by
step please.

I have created and built a simple calendar app that works locally, but not when i publish it to
the website. All files are in the website's SubWeb, including the Bin folder with the dll.

I know i am missing something simple but i cannot find any documentation telling me to do anything
mroe that i have not already done.

Thanks in advance for your help.


Feb 7 '07 #2
First part is yes. All our websites run ASP.NET (longhand code) without
issue including this one. But this Web App created with Visual Studio won't
work.

Second point. Arent the virtual paramaters setup upon creation of the Sub
Web?

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uO**************@TK2MSFTNGP02.phx.gbl...
First, did you enable ASP.NET 2.0 on the 2003 server ?
Open the IIS Manager, scroll down on the left to the "Web Service
Extensions" folder,
then highlight the ASP.NET version or versions that you want to enable on
the
right-hand panel and click the "Allow" button.

That will allow the execution of ASP.NET pages.

Second, did you create a virtual directory for your "SubWeb" ?


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:VV******************@newssvr12.news.prodigy.n et...
>How do i get my ASP.NET Web Application to work on my MS Server 2003 on
the internet? Step by step please.

I have created and built a simple calendar app that works locally, but
not when i publish it to the website. All files are in the website's
SubWeb, including the Bin folder with the dll.

I know i am missing something simple but i cannot find any documentation
telling me to do anything mroe that i have not already done.

Thanks in advance for your help.



Feb 7 '07 #3
re:
But this Web App created with Visual Studio won't work
Which version of VS are you using ?

re:
Aren't the virtual parameters setup upon creation of the Sub Web?
That may depend on the VS version.

VS 2003 created virtual webs for every project created.
VS 2005 can use a file-based project and not use a virtual web at all.


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:Kd*****************@newssvr14.news.prodigy.ne t...
First part is yes. All our websites run ASP.NET (longhand code) without issue including this one.
But this Web App created with Visual Studio won't work.

Second point. Arent the virtual paramaters setup upon creation of the Sub Web?

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uO**************@TK2MSFTNGP02.phx.gbl...
>First, did you enable ASP.NET 2.0 on the 2003 server ?
Open the IIS Manager, scroll down on the left to the "Web Service Extensions" folder,
then highlight the ASP.NET version or versions that you want to enable on the
right-hand panel and click the "Allow" button.

That will allow the execution of ASP.NET pages.

Second, did you create a virtual directory for your "SubWeb" ?


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:VV******************@newssvr12.news.prodigy. net...
>>How do i get my ASP.NET Web Application to work on my MS Server 2003 on the internet? Step by
step please.

I have created and built a simple calendar app that works locally, but not when i publish it to
the website. All files are in the website's SubWeb, including the Bin folder with the dll.

I know i am missing something simple but i cannot find any documentation telling me to do
anything mroe that i have not already done.

Thanks in advance for your help.




Feb 7 '07 #4
What about 2002 as i have.

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:u7**************@TK2MSFTNGP05.phx.gbl...
re:
>But this Web App created with Visual Studio won't work

Which version of VS are you using ?

re:
>Aren't the virtual parameters setup upon creation of the Sub Web?

That may depend on the VS version.

VS 2003 created virtual webs for every project created.
VS 2005 can use a file-based project and not use a virtual web at all.


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:Kd*****************@newssvr14.news.prodigy.ne t...
>First part is yes. All our websites run ASP.NET (longhand code) without
issue including this one. But this Web App created with Visual Studio
won't work.

Second point. Arent the virtual paramaters setup upon creation of the
Sub Web?

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uO**************@TK2MSFTNGP02.phx.gbl...
>>First, did you enable ASP.NET 2.0 on the 2003 server ?
Open the IIS Manager, scroll down on the left to the "Web Service
Extensions" folder,
then highlight the ASP.NET version or versions that you want to enable
on the
right-hand panel and click the "Allow" button.

That will allow the execution of ASP.NET pages.

Second, did you create a virtual directory for your "SubWeb" ?


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:VV******************@newssvr12.news.prodigy .net...
How do i get my ASP.NET Web Application to work on my MS Server 2003 on
the internet? Step by step please.

I have created and built a simple calendar app that works locally, but
not when i publish it to the website. All files are in the website's
SubWeb, including the Bin folder with the dll.

I know i am missing something simple but i cannot find any
documentation telling me to do anything mroe that i have not already
done.

Thanks in advance for your help.




Feb 7 '07 #5
re:
What about 2002 as i have.
That's your problem right there.

Windows 2003 Server shipped with the .Net Framework 1.1 out-of-the-box,
and doesn't support the .Net Framework 1.0, so websites created with VS 2002 won't run.

You can run the .Net Framework 1.0/VS 2002 on Windows 2000 or XP, but not on 2003 Server.


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:QW*******************@newssvr12.news.prodigy. net...
What about 2002 as i have.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:u7**************@TK2MSFTNGP05.phx.gbl...
>re:
>>But this Web App created with Visual Studio won't work

Which version of VS are you using ?

re:
>>Aren't the virtual parameters setup upon creation of the Sub Web?

That may depend on the VS version.

VS 2003 created virtual webs for every project created.
VS 2005 can use a file-based project and not use a virtual web at all.


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:Kd*****************@newssvr14.news.prodigy.n et...
>>First part is yes. All our websites run ASP.NET (longhand code) without issue including this
one. But this Web App created with Visual Studio won't work.

Second point. Arent the virtual paramaters setup upon creation of the Sub Web?

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uO**************@TK2MSFTNGP02.phx.gbl...
First, did you enable ASP.NET 2.0 on the 2003 server ?
Open the IIS Manager, scroll down on the left to the "Web Service Extensions" folder,
then highlight the ASP.NET version or versions that you want to enable on the
right-hand panel and click the "Allow" button.

That will allow the execution of ASP.NET pages.

Second, did you create a virtual directory for your "SubWeb" ?


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:VV******************@newssvr12.news.prodig y.net...
How do i get my ASP.NET Web Application to work on my MS Server 2003 on the internet? Step by
step please.
>
I have created and built a simple calendar app that works locally, but not when i publish it
to the website. All files are in the website's SubWeb, including the Bin folder with the dll.
>
I know i am missing something simple but i cannot find any documentation telling me to do
anything mroe that i have not already done.
>
Thanks in advance for your help.
>
>




Feb 7 '07 #6
First logical answer anyone has given me in days. Thank you. Just order VS
Pro 2005. I truely hope this solves my problems.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:O2*************@TK2MSFTNGP06.phx.gbl...
re:
>What about 2002 as i have.

That's your problem right there.

Windows 2003 Server shipped with the .Net Framework 1.1 out-of-the-box,
and doesn't support the .Net Framework 1.0, so websites created with VS
2002 won't run.

You can run the .Net Framework 1.0/VS 2002 on Windows 2000 or XP, but not
on 2003 Server.


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:QW*******************@newssvr12.news.prodigy. net...
>What about 2002 as i have.
>"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:u7**************@TK2MSFTNGP05.phx.gbl...
>>re:
But this Web App created with Visual Studio won't work

Which version of VS are you using ?

re:
Aren't the virtual parameters setup upon creation of the Sub Web?

That may depend on the VS version.

VS 2003 created virtual webs for every project created.
VS 2005 can use a file-based project and not use a virtual web at all.


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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:Kd*****************@newssvr14.news.prodigy. net...
First part is yes. All our websites run ASP.NET (longhand code)
without issue including this one. But this Web App created with Visual
Studio won't work.

Second point. Arent the virtual paramaters setup upon creation of the
Sub Web?

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uO**************@TK2MSFTNGP02.phx.gbl...
First, did you enable ASP.NET 2.0 on the 2003 server ?
>
>
Open the IIS Manager, scroll down on the left to the "Web Service
Extensions" folder,
then highlight the ASP.NET version or versions that you want to enable
on the
right-hand panel and click the "Allow" button.
>
That will allow the execution of ASP.NET pages.
>
Second, did you create a virtual directory for your "SubWeb" ?
>
>
>
>
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/
===================================
"Mark Sandfox" <No****@NoSpam.comwrote in message
news:VV******************@newssvr12.news.prodi gy.net...
>How do i get my ASP.NET Web Application to work on my MS Server 2003
>on the internet? Step by step please.
>>
>I have created and built a simple calendar app that works locally,
>but not when i publish it to the website. All files are in the
>website's SubWeb, including the Bin folder with the dll.
>>
>I know i am missing something simple but i cannot find any
>documentation telling me to do anything mroe that i have not already
>done.
>>
>Thanks in advance for your help.
>>
>>
>
>




Feb 7 '07 #7

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

Similar topics

3
by: Andrew Luke | last post by:
Hi all you C++ guru's! I'm 'very, very' new to C++ and I'm having a little trouble configuring my VS environment I think - when I try and compile some sample code I'm getting the following...
3
by: Kieran Kelly | last post by:
Is it possible to create a new Web Application Project using Visual Studio.Net 2003 on Windows 2003 Server but no in the Default Web Site. 1. I have created a new Web Site in IIS called WebSite2...
13
by: kamaraj80 | last post by:
Hi I am using the std:: map as following. typedef struct _SeatRowCols { long nSeatRow; unsigned char ucSeatLetter; }SeatRowCols; typedef struct _NetData
0
by: vishal.nagota | last post by:
I'm making a project on vc++ express I want to plot graphs, so using MSChart evrything goes fine, till i come to point where I've to include afxdisp.h by defualt i'm using Project properties...
1
by: ligong.yang | last post by:
Hi all, I got tortured by a very weird problem when I was using k. wilder's random generator class in my program. PS: wilder's generator class can be found at...
20
by: jm | last post by:
It is production, so I wondered why more people aren't using it. Is there any advantage to 2.0 developers to use 3.0?
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...
2
by: lewisms | last post by:
Hello all, I am quite new to c++/. Net so please don't shoot me down for being a newbie. Any way I am trying to make a simple multithreading program that is just to learn the ideas behind it...
3
by: vrsathyan | last post by:
Hi.., While executing the following code in purifier.., std::vector<int> vecX; vecX.clear(); int iCount = 0; { int iVal;
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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
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,...

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.