Hi all,
Can some one provide me the steps needed to add ATLAS features to an existing ASP.NET 2.0 Web Application?
I saw the video "Developing ASP.NET 2.0 Applications using "Atlas"" byScott Guthriewhere he explained how to add ATLAS features to the To-do application. But to start with, he created anATLAS WEBSITE PROJECTand started modifying it.
I see that the config file is very important for ATLAS to function correctly. What other dependency is there? How do I create an ATLAS enabled "Web application"?
Most importantly, if i have an ASP.NET 2.0 Web Application, how do i add ATLAS features to it?
Thankx in advance
Jacob
from other thread:
ScottGu:
The easiest approach might be to create a newweb-site using the Atlas template, and then copy the resultingAtlas.dll into the \bin directory of your existing application andintegrate the web.config file changes in as well. Then you should begood to go.
Hope this helps,
Scott
hello.
well, you must:
1. add the atlas dll to the bin folder and
2. add the necessary entries to the web.config file
note that you can get the dll from the installation folder (normally, program files\microsoft asp.ent\atlas\v...\atlas and you can also see the necessary web.config entries by opening the web.config file that exists on that dir.
Hi luis,
Thankx for the information. However, this i what is had figured too. I had tried this earlier but some how, it did not seem to be working.
I was looking to see if some one has already done this, and can specify the detailed steps, including the web.config changes etc..
did you ever try to do this? Were u able to make it work? I wanted to use the new 'atlas' control toolkit. Do u think it would be easy to integrate this to an existing web application?
What difference are there between an ASP.NET 2.0 Web Application and ATLAS Website Project provided by the visual studio? Is that only the web.config which differs?
thankx
Jacob
No comments:
Post a Comment