I am working on asp.net 2.0.
In visual web developer 2005 Express Edition in website menu there is a
copy website option which allow us to copy website to even remote site
but I want to know, is that all we need to deploy a website to web
server. It copies website into http://webserver_name/website
<http://webserver_name/website> .

But when I tried to access website with that address from IE 7.0 then
I am getting error code 403.

My web.config contains this info:

<?xml version="1.0"?>

<configuration
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0
<http://schemas.microsoft.com/.NetConfiguration/v2.0> ">
  <appSettings/>
  <connectionStrings>


  </connectionStrings>
  <system.web>

   <compilation debug="true" strict="false" explicit="true">
    <assemblies>
     <add assembly="Microsoft.Office.Interop.Word, Version=11.0.0.0,
Culture=neutral,      PublicKeyToken=71e9bce111e9429c"/>
     <add assembly="stdole, Version=7.0.3300.0, Culture=neutral,     
PublicKeyToken=b03f5f7f11d50a3a"/>
     <add assembly="System.Windows.Forms, Version=2.0.0.0,
Culture=neutral,     
PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>


   <authentication mode="Windows"/>

         <customErrors mode="RemoteOnly"
defaultRedirect="GenericErrorPage.htm">
             <error statusCode="403" redirect="NoAccess.htm" />
             <error statusCode="404" redirect="FileNotFound.htm" />
         </customErrors>

  </system.web>
</configuration>

Pls. Suggest.

Ricky

=======================================================================
--- In [email protected], "Ricky" <[EMAIL PROTECTED]> wrote:
>
>
> I have copied the application folder in webserver local drive and
> created a virtual directory for that.
>
> In virtual directory's properties in virtual directory-->localpath is
> path of application folder
>
> Application Name--> tripreport.
>
> These are the settings I have made.
>
> Now when I am typing "http://server_name/tripreport. It gives me
> this error:
>
>
> Server Error in '/tripreport' Application. Failed to map the path
> '/tripreport/App_GlobalResources/'.
> Description: An unhandled exception occurred during the execution of
the
> current web request. Please review the stack trace for more
information
> about the error and where it originated in the code.
>
> Exception Details: System.InvalidOperationException: Failed to map the
> path '/tripreport/App_GlobalResources/'.
>
> When I write http://tripreport <http://tripreport> it starts searching
> this name on msn.
>
> In visual web developer 2005 express edition, I am not able to find
> project file, neither in solution explorer nor in application folder.
>
> Pls. suggest.
>
>
> Ricky
>
>
> --- In [email protected], "webmastersam2" angel13@ wrote:
> >
> > Hi Ricky,
> >
> > Can you explain more about what is going on (or not) with your
> > website. Do you recieve any error when to try to access your website
> > through IE ? Are you sure you configured your iis to asp.net 2.0
> > instead of 1.1 ? Are you sure you created the website in iis by
> > clicking on "Create" on the properties window ?
> >
> > WebMasterSam
> >
> > --- In [email protected], "Ricky" vikas.vashistha@ wrote:
> > >
> > >
> > > Hi
> > >
> > > I have developed a web application in Visual web developer 2005
> > express
> > > edition with sql server.
> > >
> > > Now I want to deploy that on a system with IIS 5.1.
> > >
> > > I copied my application folder in wwwroot folder and also created
> > > virtual directory but I am unable to run the application.
> > >
> > > Can anybody tell me about the steps to deploy web application?
> > >
> > > I searched for any setup and deployment wizard like vb6 in Visual
> > web
> > > developer 2005 express edition but unsuccessful.
> > >
> > > Pls. suggest.
> > >
> > > Ricky
> >
>
>
>
>
> [Non-text portions of this message have been removed]
>




[Non-text portions of this message have been removed]

Reply via email to