Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

Moved from filesystem to HTTP ->net 2005..

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sriman - 17 Jul 2007 20:16 GMT
Hi,
 Actually i have developed one site. after some time i reliazed that i have
created that site in "File System". So, i have created a virual directory and
given path to my site. I am able to open and build the application . but when
i run the application i am getting the below error. Based on the error i have
checked my web.config, it is perfect. no issues with that. Any idea?

thanks in advance

---------------------------
Microsoft Visual Studio
---------------------------
Unable to start debugging on the web server. <?xml version="1.0" ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >

<head>

  <title>Server Unavailable

</title>

  </head>

  <body>

     <h1><span style="font-family:Verdana;color: #ff3300">Server
Application Unavailable

</span></h1>

     <p>

      <span style="font-family:Verdana;">

       The web application you are attempting to access on this web server
is currently unavailable.  Please hit the "Refresh" button in your web
browser to retry your request.

</span></p>

  <p>

  <b>Administrator Note:

</b> An error message detailing the cause of this specific request failure
can be found in the application event log of the web server.  Please review
this log entry to discover what caused this error to occur.

</p>

  </body>

</html>

Make sure the server is operating correctly. Verify there are no syntax
errors in web.config by doing a Debug.Start Without Debugging. You may also
want to refer to the ASP.NET and ATL Server debugging topic in the online
documentation.

---------------------------
OK   Help  
---------------------------

Regards,
Sri
Juan T. Llibre - 17 Jul 2007 21:20 GMT
re:
!> So, i have created a virual directory and given path to my site. I am able to open
!> and build the application . but when i run the application i am getting the below error.

You have a conflict between the internal web server and IIS.

First, get rid of the virtual directory.
( IIS Manager, select the virtual directory, right-click and delete ).

Second, if you want to run the site in IIS, instead of the configuring a virtual directory
to the physical directory where the internal web server runs your site, *publish* your
site to your IIS web server.

To publish the website, right-click the file system website in VS 2005's Solution Explorer,
and select "Publish Web Site".

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/
======================================
> Hi,
>  Actually i have developed one site. after some time i reliazed that i have
[quoted text clipped - 65 lines]
> Regards,
> Sri

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.