G
Guest
Hello,
I’ve got a very strange but big deployment problem.
I’ve written an asp.net application with an usercontrol on a webform. The
usercontrol reads all picture names out of a mssql database, then it writes a
html table with all pictures as “<imgâ€. So all pictures are displayed near
each other.
Within the development environment it works (Windows server 2003 with
VS.NET2003 installed). On the production server e.g. www.myserver.com the
pictures are not displayed within the page. No error occurs, but the control
is just not executed. When I copy all files from the root to a map within the
root named Test (so that’s www.myserver.com/test) or Second
(www.myserver.com/Second) everything goes well (off course I right click the
directories and say create application, all other pages with other controls
that are part of the webapplication are working fine). The production server
is windows 2000 sp4 IIS 5. No errors occur, and I can’t debug it, because I
can’t reproduce the problem anywhere else except on the production server
where the site needs to run……..
So:
- I am constantly using the same files
- www.myserver.com = not working
- www.myserver.com/Test = working
- www.myserver.com/Secound = working
Looked everywhere on the Internet but can’t find any solutions???
Any help please???
Charl
I’ve got a very strange but big deployment problem.
I’ve written an asp.net application with an usercontrol on a webform. The
usercontrol reads all picture names out of a mssql database, then it writes a
html table with all pictures as “<imgâ€. So all pictures are displayed near
each other.
Within the development environment it works (Windows server 2003 with
VS.NET2003 installed). On the production server e.g. www.myserver.com the
pictures are not displayed within the page. No error occurs, but the control
is just not executed. When I copy all files from the root to a map within the
root named Test (so that’s www.myserver.com/test) or Second
(www.myserver.com/Second) everything goes well (off course I right click the
directories and say create application, all other pages with other controls
that are part of the webapplication are working fine). The production server
is windows 2000 sp4 IIS 5. No errors occur, and I can’t debug it, because I
can’t reproduce the problem anywhere else except on the production server
where the site needs to run……..
So:
- I am constantly using the same files
- www.myserver.com = not working
- www.myserver.com/Test = working
- www.myserver.com/Secound = working
Looked everywhere on the Internet but can’t find any solutions???
Any help please???
Charl