B
Bogosian
I am working on an asp.net project.There is a subdir called
OSearch,with a few aspx pages in it which as all other pages on the
website use some controls.These controls are stored in a another
subdir as .ascx files.I made OSearch application in IIS ,because i
want all the pages in it with authentiacation.now these pages couldnt
load the controls ,because they were in a different application.i made
a controls folder in OSearch and copy/pasted all the needed controls
there.changed what the namespace in the ascx.cs and inherits=... in
the html part.now when i run it a Could not load type error appears
pointing at the page directive of a page,which was o.k. before
copy/pasting the controls.any idea what went wrong?
scheme of the project:
project
I
I
____controls directory
I
I
I
____OSearch directory = application in IIS
I
I
_____controls directory content = project.controls
copy/paste
I
thanks in advance
OSearch,with a few aspx pages in it which as all other pages on the
website use some controls.These controls are stored in a another
subdir as .ascx files.I made OSearch application in IIS ,because i
want all the pages in it with authentiacation.now these pages couldnt
load the controls ,because they were in a different application.i made
a controls folder in OSearch and copy/pasted all the needed controls
there.changed what the namespace in the ascx.cs and inherits=... in
the html part.now when i run it a Could not load type error appears
pointing at the page directive of a page,which was o.k. before
copy/pasting the controls.any idea what went wrong?
scheme of the project:
project
I
I
____controls directory
I
I
I
____OSearch directory = application in IIS
I
I
_____controls directory content = project.controls
copy/paste
I
thanks in advance