Where might be the problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where might be the problem
I have a web site that is working fine. When I add a new string key into
windows registry such as “testâ€=â€abc†in
“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\Accepted Documents†this create a problem in the web site and web
site return “bad request Server could not process your request due to a
syntax errorâ€. What would be the reason, obviously it is a problem in my web
site since all other applications including IE are working fine.
 
Have you ever been able to add an entry into the registry before using
ASP.Net? If not - then perhaps it's a permissions issue that is somehow
bubbling up the stack as something else. If this has worked before and you
changed something, then can you please post a bit of code so we can figure
out a bit more regarding your problem.

At this point I think it could just about be anything.
 
Get out of the registry! Use the web.config, application variables,
session, xml file, resx or anything else. The registry is evil and
should be put down like a rabid stray dog =D
 
Back
Top