Link to home
Start Free TrialLog in
Avatar of Fernandez_E
Fernandez_E

asked on

Problems publishing my Webservice

Hello,

First, thank you a lot for taking the time to look at my question.

I have a problem with an webservice that i'm publishing in my webserver.

I have a default website, this website i created a virtual directory for my webservice. Then from VS i sent the WS  through FTP, then in my webservcer i did create the Virtual Directory as an application. I did make sure that the app use the same framework that i'm using for development. Also, i make sure that webservice are allowed at the webserver. Also i took a look to the permision of the folder and everything is ok.

I don't understand what's the problem here, please any ideas???

THANKS!


Server Error in '/WS' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'nUrlRewriter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=741b921e11e02781' or one of its dependencies. The system cannot find the file specified. (C:\sites\jad\web.config line 126)

Source Error:


Line 124:            <httpModules>
Line 125:                  <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 126:                  <add name="nUrlRewriter" type="nUrlRewriter.HttpModule,                    nUrlRewriter,                   Version=2.0.0.0,                   Culture=neutral,                   PublicKeyToken=741b921e11e02781"/>
Line 127:            </httpModules>
Line 128:      </system.web>
 

Source File: C:\sites\jad\web.config    Line: 126


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
ASKER CERTIFIED SOLUTION
Avatar of Fernandez_E
Fernandez_E

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial