Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
Hosting 3 tier c# architecture asp.net project on server
Morarji Desai
10y
590
1
Reply
I have created 3 tier architecture web application in local machine. I have been access to a folder (root) to host through ftp.
I uploaded the following folders
Businesslogic
businessobject
dataaccesslayer
utility
view layer inside the root folder. But I cut the web.config file inside the viewlayer and pasted inside the root folder. when i tried to access by giving domain name/viewlayer/default.aspx file it showed referrence error for master file. Then i changed the path reference i the default.aspx file and changed codebehind to codefile in the <% page directive tag. Now its showing type or namespace cannot be found for "using businessobject;" line. Please help me in solving this issue and it is urgent. Thanks in advance..
P. Morarji Desai
Web Programmer
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
How to store the multiple values into cookie???
Need help in Razor,MVC4 ...