I have WebSite developed which has a Third party control also in one the web page - Infragistics grid control, I am trying to deploy this web site into Sharepoint layouts folder, so that I can browse from SharePoint Site
1. Created a sub folder under layouts
2. Moved aspx code being, scripts, css, web.config into the folder
3. deployed the dll to GAC
This is not working. The warning says
Alternate access mappings have not been configured. Users or services are accessing the sitehttp://xxxx:xx with the URL http://xxxx:xx This may cause incorrect links to be stored or returned to users. If this is expected, add the URL http://xxxx:xx as an AAM response URL.
I beleive this is not relavent error and some other issues is there, Any help in this regard will be very usefull