473,396 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Atlas build error on server

I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the page.
I installed atlas on the server. Does anyone know what I can do? Thanks.

Sep 19 '06 #1
9 1443
It sounds like a permissions problem with the user that IIS is running
as. Did you check permissions on the dll's and ensure that the web user
has permission to them? Shouldnt really be a problem if you have the
root folder set to inherit permissions.

Is IIS running as a custom user?
Is this running on a hosting account or a production system in house?

lanem wrote:
I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the page.
I installed atlas on the server. Does anyone know what I can do? Thanks.
Sep 19 '06 #2
Not a custom user. Production server in house.

BTW, I have tried it on 2 in house servers with the same result.

Doesn't seem to be permission. I just gave Everyone Full Control on the dll
and it didn't help. The site has other dlls referenced with no problems.

Thanks.
"Sean Chambers" wrote:
It sounds like a permissions problem with the user that IIS is running
as. Did you check permissions on the dll's and ensure that the web user
has permission to them? Shouldnt really be a problem if you have the
root folder set to inherit permissions.

Is IIS running as a custom user?
Is this running on a hosting account or a production system in house?

lanem wrote:
I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the page.
I installed atlas on the server. Does anyone know what I can do? Thanks.

Sep 19 '06 #3
asp.net 2.0 supports hosting permissions, which are set on the server. this
controls what type of code the website can run. your website is not setup to
allow atlas. check the permissions atlas needs, and add them to the server
setup

-- bruce (sqlwork.com)

"lanem" <la***@discussions.microsoft.comwrote in message
news:B8**********************************@microsof t.com...
>I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything
up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the
page.
I installed atlas on the server. Does anyone know what I can do? Thanks.

Sep 19 '06 #4
Could you please tell me how to do that? Thanks for the reply.

"bruce barker (sqlwork.com)" wrote:
asp.net 2.0 supports hosting permissions, which are set on the server. this
controls what type of code the website can run. your website is not setup to
allow atlas. check the permissions atlas needs, and add them to the server
setup

-- bruce (sqlwork.com)

"lanem" <la***@discussions.microsoft.comwrote in message
news:B8**********************************@microsof t.com...
I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything
up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the
page.
I installed atlas on the server. Does anyone know what I can do? Thanks.


Sep 20 '06 #5
I got exactly the same error(s)s as you do. Do you find out how to solve
this problem yet? if so, would you let me know know too. I has check all the
permissions etc. and it seems no different.

"lanem" wrote:
Could you please tell me how to do that? Thanks for the reply.

"bruce barker (sqlwork.com)" wrote:
asp.net 2.0 supports hosting permissions, which are set on the server. this
controls what type of code the website can run. your website is not setup to
allow atlas. check the permissions atlas needs, and add them to the server
setup

-- bruce (sqlwork.com)

"lanem" <la***@discussions.microsoft.comwrote in message
news:B8**********************************@microsof t.com...
>I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything
up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the
page.
I installed atlas on the server. Does anyone know what I can do? Thanks.
>
Sep 21 '06 #6
No. I have still not solved it. I can't figure it out. Please let me know
if you find anything.

"laura" wrote:
I got exactly the same error(s)s as you do. Do you find out how to solve
this problem yet? if so, would you let me know know too. I has check all the
permissions etc. and it seems no different.

"lanem" wrote:
Could you please tell me how to do that? Thanks for the reply.

"bruce barker (sqlwork.com)" wrote:
asp.net 2.0 supports hosting permissions, which are set on the server. this
controls what type of code the website can run. your website is not setup to
allow atlas. check the permissions atlas needs, and add them to the server
setup
>
-- bruce (sqlwork.com)
>
"lanem" <la***@discussions.microsoft.comwrote in message
news:B8**********************************@microsof t.com...
I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything
up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the
page.
I installed atlas on the server. Does anyone know what I can do? Thanks.

>
>
>
Sep 22 '06 #7
I posted your notes in the Atlas Forums, so I help maybe we can get some
suggestions and help!

Thanks,

Laura
"lanem" wrote:
No. I have still not solved it. I can't figure it out. Please let me know
if you find anything.

"laura" wrote:
I got exactly the same error(s)s as you do. Do you find out how to solve
this problem yet? if so, would you let me know know too. I has check all the
permissions etc. and it seems no different.

"lanem" wrote:
Could you please tell me how to do that? Thanks for the reply.
>
"bruce barker (sqlwork.com)" wrote:
>
asp.net 2.0 supports hosting permissions, which are set on the server. this
controls what type of code the website can run. your website is not setup to
allow atlas. check the permissions atlas needs, and add them to the server
setup

-- bruce (sqlwork.com)

"lanem" <la***@discussions.microsoft.comwrote in message
news:B8**********************************@microsof t.com...
>I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything
up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the
page.
I installed atlas on the server. Does anyone know what I can do? Thanks.
>

Sep 22 '06 #8
I have the same problem. I don't think its nessarly an Atlas overall
problem. I have published websites on this server that are using atlas.

When I try to build the site on the webserver my three .asx files are the
ones that get that permission error. I'm using webparts and webusercontrols.
are you guys? Maybe we can find some commonality.

"laura" wrote:
I posted your notes in the Atlas Forums, so I help maybe we can get some
suggestions and help!

Thanks,

Laura
"lanem" wrote:
No. I have still not solved it. I can't figure it out. Please let me know
if you find anything.

"laura" wrote:
I got exactly the same error(s)s as you do. Do you find out how to solve
this problem yet? if so, would you let me know know too. I has check all the
permissions etc. and it seems no different.
>
"lanem" wrote:
>
Could you please tell me how to do that? Thanks for the reply.

"bruce barker (sqlwork.com)" wrote:

asp.net 2.0 supports hosting permissions, which are set on the server. this
controls what type of code the website can run. your website is not setup to
allow atlas. check the permissions atlas needs, and add them to the server
setup
>
-- bruce (sqlwork.com)
>
"lanem" <la***@discussions.microsoft.comwrote in message
news:B8**********************************@microsof t.com...
I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything
up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the
page.
I installed atlas on the server. Does anyone know what I can do? Thanks.

>
>
>
Sep 22 '06 #9
I'm not using webparts or web user controls. I'm having this problem on aspx
pages with vb.net code-behind.

"Nate" wrote:
I have the same problem. I don't think its nessarly an Atlas overall
problem. I have published websites on this server that are using atlas.

When I try to build the site on the webserver my three .asx files are the
ones that get that permission error. I'm using webparts and webusercontrols.
are you guys? Maybe we can find some commonality.

"laura" wrote:
I posted your notes in the Atlas Forums, so I help maybe we can get some
suggestions and help!

Thanks,

Laura
"lanem" wrote:
No. I have still not solved it. I can't figure it out. Please let me know
if you find anything.
>
"laura" wrote:
>
I got exactly the same error(s)s as you do. Do you find out how to solve
this problem yet? if so, would you let me know know too. I has check all the
permissions etc. and it seems no different.

"lanem" wrote:

Could you please tell me how to do that? Thanks for the reply.
>
"bruce barker (sqlwork.com)" wrote:
>
asp.net 2.0 supports hosting permissions, which are set on the server. this
controls what type of code the website can run. your website is not setup to
allow atlas. check the permissions atlas needs, and add them to the server
setup

-- bruce (sqlwork.com)

"lanem" <la***@discussions.microsoft.comwrote in message
news:B8**********************************@microsof t.com...
>I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed" on the line where I have the ScriptManager tag. I set everything
up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the
page.
I installed atlas on the server. Does anyone know what I can do? Thanks.
>

Sep 25 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Justin Lemkul | last post by:
Hello all, I am hoping someone out there will be able to help me. I am trying to install a program that utilizes NumPy. In installing NumPy, I realized that I was lacking Atlas. I ran into...
0
by: Darren L. Weber | last post by:
The following is a first attempt to almost create a shell script for installation of ATLAS and LAPACK. It does not work right now and it is specific to a particular platform. It is posted here to...
7
by: Brad Coble | last post by:
"An instance of 'Microsoft.Web.UI.DummyHtmlTextWriter' could not be used as an HtmlTextWriter. Make sure the specified class can be instantiated, extends System.Web.UI.HtmlTextWriter, and...
5
by: geekboy0001 | last post by:
Just trying to get some opinions out there... There are tons of Ajax libraries out there... Ajax.NET Professional, ComfortASP.NET, ZumiPage, etc. etc... Microsoft has their own too, Atlas. I've...
3
by: Marshall | last post by:
Hello, I am wondering if it is possible to call a remote web service using ATLAS and if so, how. I have read several docs which show how to call a web service that is within the same project as...
0
by: Daniel | last post by:
I wrote a pretty neat website today that can utilize no postback AJAXIAN type features. Basically to populate a drop down with a web service call that hits a SQL server, based off the change of...
2
by: GaryDean | last post by:
I have an asp.net app using Atlas (july ctp) written from an example I found at the 4guysfromrolla.com site. It's very much like the examples I find at this site. I have pasted the body of the...
4
by: Brad Baker | last post by:
I'm trying to implement a gridview control using atlas & asp.net per the following article: http://weblogs.asp.net/scottgu/archive/2005/12/26/433997.aspx My frustration is that the page I've...
0
by: BillE | last post by:
I have the same problem as identified in http://forums.asp.net/thread/1402420.aspx (Atlas Crashing Visual Studio 2005) I'm using VS2005, visual basic.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.