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

Moving application under VS2005 web server to IIS

Hi,

A friend of mine has developed an ASP.NET application with VS2005. Of
course, this application has been run for testing purposes in the
default web server VS2005 has.

I've copied application's folder to my machine and put it under IIS.
Give name to the application, tell IIS to use ASP.NET 2.0.........and
seems impossible to access the application. I get "Server unavailable"
all the time.

What else do I have to configure in IIS? Or maybe in the application?
I've also run aspnet_regiis just in case.

I thought it was as easy as that.

Thanks very much in advance.

Dec 13 '06 #1
4 1188
Did you create a virtual directory in IIS?

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Lonifasiko" <ml*******@gmail.comwrote in message
news:11**********************@79g2000cws.googlegro ups.com...
Hi,

A friend of mine has developed an ASP.NET application with VS2005. Of
course, this application has been run for testing purposes in the
default web server VS2005 has.

I've copied application's folder to my machine and put it under IIS.
Give name to the application, tell IIS to use ASP.NET 2.0.........and
seems impossible to access the application. I get "Server unavailable"
all the time.

What else do I have to configure in IIS? Or maybe in the application?
I've also run aspnet_regiis just in case.

I thought it was as easy as that.

Thanks very much in advance.

Dec 13 '06 #2
make sure the application is running v2 framework in iis
"Eliyahu Goldin" <RE**************************@mMvVpPsS.orgwrote in
message news:eM**************@TK2MSFTNGP03.phx.gbl...
Did you create a virtual directory in IIS?

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Lonifasiko" <ml*******@gmail.comwrote in message
news:11**********************@79g2000cws.googlegro ups.com...
>Hi,

A friend of mine has developed an ASP.NET application with VS2005. Of
course, this application has been run for testing purposes in the
default web server VS2005 has.

I've copied application's folder to my machine and put it under IIS.
Give name to the application, tell IIS to use ASP.NET 2.0.........and
seems impossible to access the application. I get "Server unavailable"
all the time.

What else do I have to configure in IIS? Or maybe in the application?
I've also run aspnet_regiis just in case.

I thought it was as easy as that.

Thanks very much in advance.


Dec 13 '06 #3
Thanks for both the replies.

Yes, I've created a virtual directory pointing to the exact location of
the web application and I've also confirmed that web application is
running under ASP.NET 2.0 (v2.0.50727). In fact, ASP.NET 2.0 is the
default option for all IIS applications.

Just in case, I created a new ASP.NET website using VS2005 but in the
wizard set application's path like this:
http://localhost:8080/ApplicationName. Typed the URL in Explorer and I
can see Default.aspx.

Then, why does not work the other application the same way? All
security related issues are the same for the both the web applications.
Means this that if oyu create an application using VS2005's default web
server, then you cannot move it to IIS?

May do I have to change something in web.config file?

I would appreciate any more help on this.

Dec 14 '06 #4
If you're hosting the app in Windows 2003 Server,
you have to isolate 1.1 and 2.0 apps from each other
in different Application Pools.


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/
===================================
"Stew" <St**@discussions.microsoft.comwrote in message
news:DA**********************************@microsof t.com...
>I am having the same problem; Is there an answer that resolves this error?

"Lonifasiko" wrote:
>Hi,

A friend of mine has developed an ASP.NET application with VS2005. Of
course, this application has been run for testing purposes in the
default web server VS2005 has.

I've copied application's folder to my machine and put it under IIS.
Give name to the application, tell IIS to use ASP.NET 2.0.........and
seems impossible to access the application. I get "Server unavailable"
all the time.

What else do I have to configure in IIS? Or maybe in the application?
I've also run aspnet_regiis just in case.

I thought it was as easy as that.

Thanks very much in advance.


Jan 8 '07 #5

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

Similar topics

6
by: Woody Splawn | last post by:
I have been using SQL Server 2000 on my stand-alone machine as a back-end to a VS.net application. It is time to switch environments and take the application to the customer. I need to install...
2
by: John | last post by:
Hi I am manually able to create a connection to my db in the vs2005 ide using Tools->Connect to Database. In the connection I see 'Data Source=MYSERVER;Initial Catalog=aspnetdb;Integrated...
1
by: Brano | last post by:
Hi all, I am new to VS 2005 I have a windows application in VS2005 and I clicked Publish and it gave me several options one of them is where will this application look for updates. I have...
1
by: brettmetcalfe | last post by:
Hi I have a problem publishing a web application. The web application has been developed using VS2005 and uses ASP.Net 2.0. The application works fine from inside VS2005. However when I build...
7
by: Dale Sampson | last post by:
As you can tell, I am new to VS.net. I have a VB project with a defined data source pointing to a table in a ..mdb file.-- The associated fields are displayed in textboxes using the...
2
by: TimR | last post by:
I am trying to create my first Web application in VS2005 and am pulling my hair out!!!! I cannot seem to get aspx pages to work from a locally installed copy of IIS. I am getting a...
0
by: tamayi | last post by:
I have a problem (like most others posting issues on this forum :) ) I have a remote server running Windows XP SP2, with both SQL Server 2005 Express with Advanced Features and SQL 2000...
20
by: Aek | last post by:
We recently moved our large codebase over from VS7 to 8 and found that we now get access violations in atexit calls at shutdown when debugging the application in VS2005. This occurs in static...
6
by: Author | last post by:
I have VS 2005 professional. Here is the version info: Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP .050727-7600) &copy; 2005 Microsoft Corporation. All rights reserved. When I...
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: 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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...

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.