Ask a Question related to ASP.NET General, Design and Development.
-
Daniel Bass #1
copying asp.net projects across machines...
I've been working on a asp.net web application, which hooks into a database
on a sqlserver server, and want to allow another person to view, and edit
the project locally on their machine.
What's the easiest way to setup the project on their machine?
First, I copyed my InetPub/wwwroot etc etc source files accross to their
machine. Then they've created a new project on their machine, so that the
IIS stuff is initialised properly, then using, "Add Existing Items", they've
added all their local copy of the source to their project.
This all works great, until the database is accessed... It says there is
something about a SQLServer connection error and access rights etc. So I
found the connection I'd made and deleted it, then, through server explorer
found the server and database i wanted and drag and dropped it and
initialised it so i could see all the tables etc fine. But the same problem
occurred on the database.Open() command.
i. How do I fix this?
ii. Alternatively, am I going about this the hard and backward way when .Net
suggests otherwise?
Thanks!!
Dan.
Daniel Bass Guest
-
CF Projects in Chinese
Hi all, Ok, so I do have an opportunity to build a Chinese Web Platform and I would like to do it in ColdFusion. As I have never built a Chinese... -
Get IT projects with RainbowJ.com !
Hi! Are you freelancer or owner of software company? You have a good chance to get projects on new IT marketplace site: http://www.RainbowJ.com... -
Any .NET sample projects using SSL
I have to talk to an application server using SSL (version 3.0) from my web server. The owners of the application server supplied me with an RSA... -
Combining projects
If I am in, say, a word document, and I want to add that page into a pdf document I have already created, is there a way to add it to the pdf from... -
projects that use optparse
I am trying to sink me teeth into optparse and whereas the documentation looks like a great reference it is rough going for someone just starting...



Reply With Quote

