Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:770464
More Search Options
RSS Available
Matching Posts
Re: image control
I'm having a little trouble understanding what you are asking for. Is this related to ASP.NET MVC framework? It doesn't look like it is. Anyway, here is how I understand the question: You have a page that renders a gif (the above code.) Going to this page in the browser shows an image and nothing else. You are asking how to display the image on another page. Assuming the above, the easiest thing I can think of is to add an image tag to your html (something like <img src="Default2
Posted to
ASP.NET MVC
(Forum)
by
DavidHogue
on 1/9/2008
Re: Install issue?
C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets is a file from Visual Studio 2008. Check if the file is there and if it is open it with notepad and see if it looks ok. Maybe Visual Studio 2008 is not installed? Maybe the file got corrupted or overwritten? If so, you could try copying the file from another machine with 2008 installed or reinstall Visual Studio. You could also try this: open your .csproj file with notepad and look for a line like
Posted to
ASP.NET MVC
(Forum)
by
DavidHogue
on 12/18/2007
Re: Security in asp.net MVC application
I just tried the <location>, and it kind of works, but I wouldn't use it. I think the PrincipalPermission attribute (or just using some code like Mike343 suggested) will be the way to go with this. I tried it with the default app that is generated that has a Home controller with Index and About actions. When path="Home" it does block /Home/anything, but you can still see / which is the same as /Home/Index. Also setting path=Home/About did not stop me from going to /Home/About
Posted to
ASP.NET MVC
(Forum)
by
DavidHogue
on 12/10/2007
Re: Security in asp.net MVC application
I haven't tried yet, but I sould assume the <location> and <authorization> tags in the web.config would do it. Something like this: <location path="SomeController/SomeAction"> <system.web> <authorization> <allow users="SomeUser" /> <deny users="*" /> </authorization> </system.web> </location> Once I get the CTP installed I'll try it and see what happens.
Posted to
ASP.NET MVC
(Forum)
by
DavidHogue
on 12/10/2007
Page 1 of 1 (4 items)
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online