I have a sharepoint site that has problems loading a third party web part. When I reset IIS and then try to load the page, the web part errors out (some kind of initialization error). If I then open the web.config file for that site and immediately save it (without changing anything), I can then load the page ok. This is because when you save the web.config file, it causes IIS to reload the application. It looks like something is not happening during the inital startup of IIS (or maybe some invalid cached information is not clearing). I'm hoping to understand how IIS initializes and that this will help me resolve the issue.
2007-03-15
08:28:52
·
1 answers
·
asked by
David T
2
in
Computers & Internet
➔ Programming & Design