0

I have an asp site and want to add some aspx pages into that site. I published the aspx pages into a folder and put that folder to the virtual directory. As soon as I access the aspx pages, it shows the following error "Could not load the assembly 'App_Web_o5lfcfis'. Make sure that it is compiled before accessing the page."

Pankaj Saha
  • 869
  • 3
  • 17
  • 37

1 Answers1

0

I got the solution. I copied the bin directory from the aspx folder to the main dir.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Pankaj Saha
  • 869
  • 3
  • 17
  • 37