I'm building an ASP.NET application. One of the reqiurments is to limit number of different computers from which users can access the content of the site (for example 5 computers). It doesn't have to be perfect, if a normal user, with no IT knowledge will not be able to ommit the checking - the solution will be K.
I'm thinking about a ...
Hi,
I am looking to start working on a personal site using C#. I work as a web developer and have used VBScript previously and am using Coldfusion now at work. I use Dreamweaver for development in these languages.
I have read a lot of people recommending that you should use a MS IDE to develop in .net and that C# is the way to go in ...
My envirorment is Visual Studio 2005. My specifically problemis I want to define TRACE.
I have a Web Site Project that send trace messages when run out of the ASP.NET Development Server thanks to defining it in the system.codedom element of the web.config.
When I deploy to IIS, I do so via a web deployment project. So the site is prec...
I'm a .NET developer by day, but have been working with Rails and Merb for the past year on my own side projects, so when it comes to MVC and ORMs, I'm more used to them and using ActiveRecord and DataMapper.
I'm getting started with ASP.NET MVC, and I like what I see in NHibernate and Fluent NHibernate, but looking for a little bit mor...
Hello,
I have a gridview that shows an image as part of one of its columns. In Edit mode, I would like to let the user have the ability to upload a new image file, so I am using the FileUpload control in the edit portion of the template.
I have an event to capture this i believe:
protected void GridVew1_RowUpdated(object sende...
I have a web service that validates some form data. The service is a ScriptService, and I am calling it from the client. I need to display a modal popup if the validation fails. If the user clicks "OK" on the modal popup, then I want to post back and save my data. "Cancel" should allow them to close the modal popup and let the user c...
I have an ASP.NET application. I want users to be able to upload documents. Where in the file system should I store those documents? Users should be able to upload them and see the hyperlinks to them on the site, but UserA should not be able to see UserB's documents, but the administrator role should be able to see all of them.
I'm a...
Is it possible to completely negate a web.config in a subfolder?
Obviously, I have a web.config in the root.
If I have a subfolder called "MyApp", can I write a bunch of code in there and have it run without any reference to the web.config at root? It would have its own web.config, and wouldn't even reference the "higher" web.config i...
WP-o-Matic is a wordpress plugin to auto post based on some configured feeds, it read feeds everything time interval i setup, its working on my blog, my blog is on shared windows web hosting, i want to know how it auto work like that, and because i am on a shared hosting, so sure i didn't setup any windows services on the server, so its ...
I have just been named team lead at my company-- I'll have two people reporting to me, but still doing software development. My specialty is in hardware automation and desktop software, but I would like to get into a role in a company doing ASP.NET, SaaS, or things like that.
My question is to hiring managers: Would my experience as ...
I've read through many of the other questions posted on the same issue, but I still do not understand the cause and how to prevent it from happening.
In my case, this happens on the production server. I get the same error that has been described in other questions, and I resolve it by re-copying the assemblies into the bin directory. Th...
I've been working in ASP.NET for several years now (since the 1.0 days!), but I've never been formally instructed. I'm fully capable of doing pretty much anything I want and I've built several production-level, data-driven sites, including one that does over a million in sales a year (according to the owner). But I'm starting to get the ...
Recently I just got assigned a project to develop a web application/site that uses the full capacity of Silverlight 3.0. I am a beginner in web development and so far I am more of a software engineer guy rather than messing stuff with web development.
However, I am really excited for this new experience as I feel that I can explore mor...
Hello,
I am trying to create a short animation of an object rotating in 3D space..I have all my images ready..I would like to know how I can change from one image to the other without the transition moves being shown
Thank you
Edit: What i mean is that instead of having a bouncing ball which all i need to do is move the ball in each fr...
I need to create and modify tasks in Windows Task Scheduler on Windows Server 2003 from an ASP.NET web application. The Network Service that the web app runs under is unable to make the changes. It errors with an System.UnauthorizedAccessException exception.
It works fine running from Visual Studio on my desktop.
What permissions do I ...
I'd like to redirect the user to a directory on a file server using its UNC path. I've tried using something like the following but I just get a 404 error.
Response.Redirect(@"file:\\fileserver\data\");
What's the correct syntax to make this work?
...
Hey
I'm working on a web-forum, of a sorts, or well, trying to design one using the ASP.NET MVC.
However, user-role based content is quite a larger challenge than simply using a [Authorize] attribute, since the given output differs depending on the access roles.
So while a user member in the Moderators role should be able to see secret...
hi guys....
objfile.dateFileDate=convert.ToDatetime(Format(txtdate.text,"MM/dd/yyyy hh:mm"))
following error is coming
The string was not recognized as a
valid datetime .There is an unknown
word starting at 0.
What should i do to save this datetime,
please help
...
hi guys,
I used the following code.
string result = DateTime.ParseExact("24/5/2009 3:40:00 AM",
"d/M/yyyy h:mm",
CultureInfo.InvariantCulture)
.ToString("M/d/yyyy h:mm");
In my textbox time after 12'0 Clock(
for eg:...
I have just realised that version 2.0 of the guidlines are available.
Having just made my website compliant to 1.0 of the guidlines recently I'm wondering what the differences are between 1.0 and the new version of the guidelines?
...