|
| deployment issue with Atlas |
 |
Sun, 24 Sep 2006 21:41:25 +000 |
hi,
I installed atlas and added the atlas reference in asp.net application (asp2.0
with VS 2005) in the development envrionment and created some screens which use
partialrendering. The app runs fine on the development machine. But when I
copied my files to the server the screens which have partialrendering fail with
an error "Unknown server tag 'atlas:ScriptManager'. " Now i have
included the Microsoft.Web.Atlas.dll in the bin directory and also added all the
keys required to the web.config that is present in the dev machine. As a last
resort I also went and installed Atlas on the webserver . And I am still getting
the same error. By the way all other screens work fine, no issues.
Any help would be greatly appreciated.
Thanks.
|
| Post Reply
|
| Re: deployment issue with Atlas |
 |
Mon, 25 Sep 2006 11:09:18 +000 |
hello.
the most common issue people are facing is incorrect configuration of IIS. for
example, many forget to configure the application so that it uses asp.net 2.0.
have you checked that?
|
| Post Reply
|
| Re: deployment issue with Atlas |
 |
Mon, 25 Sep 2006 13:13:18 +000 |
Yes. The application was already using asp2.0 and in the webserver environment a
while back. Only recently did I include Atlas, and I am still stuck and cannot
seem to figure out why i have having problems with pages which use
partialrendering. It is not recognizing <atlas:ScriptManager> tag which
I would think means my settings for Atlas is not correct. Is there an article or
something which says how to deploy atlas to webservers ?
Thanks.
|
| Post Reply
|
| Re: deployment issue with Atlas |
 |
Mon, 25 Sep 2006 13:56:54 +000 |
hello.
btw, have you checked the web.config file to see if the that atlas prefix is
mapped to the correct assembly?
|
| Post Reply
|
| Re: deployment issue with Atlas |
 |
Mon, 25 Sep 2006 14:42:06 +000 |
Thank you very very much. That was it, you are genius :-). I do not overwrite
web.config on server from the dev environment and I missed those 3 lines in
it.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|