473,698 Members | 2,888 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1361
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******** **********@news svr12.news.prod igy.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 #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.comwrot e in message
news:uO******** ******@TK2MSFTN GP02.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******** **********@news svr12.news.prod igy.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 #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******** *********@newss vr14.news.prodi gy.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.comwrot e in message
news:uO******** ******@TK2MSFTN GP02.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******* ***********@new ssvr12.news.pro digy.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.comwrot e in message
news:u7******** ******@TK2MSFTN GP05.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******** *********@newss vr14.news.prodi gy.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.comwrot e in message
news:uO******* *******@TK2MSFT NGP02.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****** ************@ne wssvr12.news.pr odigy.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
documentatio n 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******** ***********@new ssvr12.news.pro digy.net...
What about 2002 as i have.
"Juan T. Llibre" <no***********@ nowhere.comwrot e in message
news:u7******** ******@TK2MSFTN GP05.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******* **********@news svr14.news.prod igy.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.comwrot e in message
news:uO****** ********@TK2MSF TNGP02.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***** *************@n ewssvr12.news.p rodigy.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.comwrot e in message
news:O2******** *****@TK2MSFTNG P06.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******** ***********@new ssvr12.news.pro digy.net...
>What about 2002 as i have.
>"Juan T. Llibre" <no***********@ nowhere.comwrot e in message
news:u7******* *******@TK2MSFT NGP05.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****** ***********@new ssvr14.news.pro digy.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.comwrot e in message
news:uO***** *********@TK2MS FTNGP02.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
Extension s" 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
>documentat ion 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
4580
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 errors, any help would be 'greatly' appreciated! :) Thanks heaps! --------------------Configuration: CppRichTextItem - Win32 Debug-------------------- Compiling...
3
2298
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 and setting WebSite2 as the host header name. 2. I can browse to this web site using IE http://WebSite2 buy placing a an entry in my host file, 127.0.0.1 WebSite2. 3. I want to Create a new ASP.NET Web Application using Visual Studio.Net 2003 at...
13
9668
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
2808
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 as.. use of MFC: standard windows library clr support: /clr:pure
1
1926
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 http://oldmill.uchicago.edu/~wilder/Code/random/. Firstly, I got the notorious "fatal error C1010: unexpected end of file while looking for precompiled header directive" error when I tried to compile 'randtest.c' provided by wilder.
20
1534
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
3597
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 some files and work on it. Let say, I want add new page to web project named websiteOrder.sln, i will open websiteOrder.sln in my local computer, connected to websiteOrder.sln located in Visual Source Safe 6.0(source safe located in another...
2
4404
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 (before I incorporate them in another program). I just can’t seem to get a non-static call to work in my thread that has access to the Form1 variables and controls I need. I can call a non-static function using another class but then I can seem to get in...
3
2823
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
3397
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 expect of the Express editions), but apparently there are NON Express versions of Visual Web Developer. Is Visual Web Developer only built-in to Visual Studio 2008 Professional? I see "Microsoft Visual Web Developer 2008" listed as an installed...
0
8611
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8904
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
8876
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
7741
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
6531
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
4624
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
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
2341
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.