-2

I have a problem with my own classlibary "tarasov_lib.dll". I have a ASP.NET Application and I make a reference to my tarasov_lib.dll and if I test the webapp local it works fine but i make a websetup and install the application in my IIS on a other server I get a Error with the number 404: File or Folder not Found. Without my ddl it works :(

But I want use my classlibary :P

enter image description here

Tarasov
  • 3,625
  • 19
  • 68
  • 128

2 Answers2

1

Maybe you have not created the application within IIS.

  • Start IIS Manager
  • Create your website (if it does not exists)
  • Right-Click your Directory (if it exists) and click "Convert to application"
  • Alternatively click "Add application" to your website
Fried
  • 1,323
  • 12
  • 21
1

check you copy to local setting in your reference dll folder ..may be you missing to copy the dll in the setup package...

Shazhad Ilyas
  • 1,183
  • 8
  • 14