yeah...i do the same type of stuff. technically you should have a full version, but if it is only one project, i wouldn't worry about it.
even so...see if you run into any problems going through that document i put a link to in my last post.
David Kuhn
In the full version of VS.NET i usually just click Build in the menu bar and in that is a Publish Web Site item. Click this and you are brought into a wizard.
If this is your first time doing this, you may want to look into some tutorials at 4guysfromrolla or asp.net.
David Kuhn
First. If you are trying to build an application not for your own personal use, i believe this goes against the licensing for Express.
That being said, i'm not sure if this will work on Express but here is a doc from Business Objects...
make sure you have the security set up correctly. you can also allow guest accounts and make sure to give the proper permissions on the folder that this site falls under.
David Kuhn
I think all over the internet, this has been beaten to death. If you publish something to the web, be prepared to deal with people stealing it. it seems like you are taking all the right steps (watermarking and disable right clicking). Even if you have a way to encrypt what is coming over the...
what do you mean "publish". There is a menu item in visual studio that allows you to publish a site to a directory, but if you need anything more than that you must be more specific.
ca8msm is right, use the File.Exists to see if a file is there, if it is not, use the 4guysfromrolla article to...
what exactly are you trying to convert to AJAX?
If it is just outputting a image in a cell and basing that off of data received, you may want to read up on AJAX. just google it and there are a lot of tutorials
David Kuhn
if you are fine with the Active directory route. i would try to verify that the user is a valid user in the active directory. why even check for a password unless you are only allowing access to certain people. if you have access to IIS, you can allow access to people in your network
David Kuhn
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.